CHECK
From Macros Wiki
Command
- CHECK <left>, <top>, <width>, <height>, <text>, <variable>, [<default>]
- Define the size and the position of a check box and the text to be displayed next to it.
Parameters
- <left>
- Start position measured from the left edge of the dialog.
- <top>
- Start position of measured from the top edge of the dialog.
- <width>
- Width of the control.
- <text>
- Text to be displayed next to the check box, must be in double quotes.
- <variable>
- Variable to be set to the state of the check box. 0 for unchecked, 1 for checked.
- [<default>]
- Optional default value.
Example
- CHECK 070, 044, 070, 24, "Cross", dir1, 0
- For an example macro see GetCommands.dlg GeoSavedProcess.dlg