ContentsIndexPreviousNext

Special Properties

BITMAP-NUMBER (numeric) This property identifies the particular bitmap image to use with the check box (see the Chapter 3, section 3.8 for details). If you explicitly name this property when creating the control, the BITMAP style is automatically applied by the compiler. Note that this does not occur if you use the PROPERTY phrase to specify this property (by giving its identifying number).

BITMAP-HANDLE (handle) This property identifies the bitmap image strip to use with the check box. See Chapter 3, section 3.8 for details.

TERMINATION-VALUE (numeric) This property works in a manner identical to the push button property of the same name (see section 5.5). This property is used only when the NOTIFY style is also used. The compiler applies the NOTIFY style automatically if this property is named when the control is created. Note that the NOTIFY style is not automatically applied if you use the PROPERTY phrase to specify this property (by giving its identifying number).

EXCEPTION-VALUE (numeric) This property works in a manner identical to the push button property of the same name. This property is used only when the NOTIFY style is also used. The compiler will apply the NOTIFY style automatically if you explicitly name this property when you create the control. Note that the NOTIFY style is not automatically applied if you use the PROPERTY phrase to specify this property (by giving its identifying number).