Die Oberfläche von VDS Renaissance ist in mehreren Sprachen verfügbar. Die offizielle Dokumentation wird auf Englisch gepflegt, um eine einheitliche, konsistente und stets aktuelle Referenz zu gewährleisten.

CHECK dialog element

Windows Linux macOS

Syntax

DIALOG ADD,CHECK,<name>,<top>,<left>,<width>,<height>,<caption>,<value>,<tooltip>,<styles>

Description

This dialog element creates a check box at the size and position specified. The text caption will be <caption> and the initial state will be <value> which may be unchecked (null) or checked (non-null).

Styles

In addition to user-defined styles to change the default font style and color, the following styles may be used with this dialog element:

CLICK The element will generate a <name>CLICK event whenever the check box is clicked.
SAVE <name> [VDS6] The element will automatically save and restore the last value it contains in the default registry location, or in an INI file if one is being used. If <name> is not specified then the name of the dialog element will be used for the name of the registry or INI file value.
<cursor style> The cursor will change to the named style when the pointer is over the dialog element. Valid styles are: NONE, ARROW, CROSS, IBEAM, SIZE, NESW, NS, NWSE, WE, UP, WAIT, DRAG, NODROP, HSPLIT, VSPLIT, MULTI, SQL, NO, HELP, HAND.

See also