DADiSP Worksheet Functions > Function Categories > Worksheet Control > $PREINITWKS
A macro that automatically executes just before the Worksheet is loaded
#DEFINE $PREINITWKS body
body - an expression to execute when the Worksheet is unloaded.
#define $preinitwks setwsy(0.1, 1)
Defines $PREINITWKS to create a 10% upper boarder in the Worksheet. Because the $PREINITWKS macro is saved with the Worksheet, the border will be added when the Worksheet is loaded.
$PREINITWKS executes before any Windows are drawn. See $INITWKS to execute a macro after the Windows have been drawn.
Any valid expression, including SPL routines, can be assigned to $PREINITWKS.
See $DEINITWKS for a macro that executes when a Worksheet is unloaded.