cCheckBox

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

The cCheckBox prototype class is used to create check boxes.

If nothing else is specified, the check boxes will use string values 'TRUE' and 'FALSE' to indicate checked and unchecked states. To specify other values, override SAM_Create and set instance variables i_sCheckedValue and i_sUncheckedValue.

Super Classes

Instance Objects with mapped interfaces

Methods