4. System Classes : RadioField Class
 
Share this page                  
RadioField Class
The RadioField class displays a set of buttons that represent a set of choices. The field displays all the choices on the screen at the same time. This class is useful for lists that contain only a few choices.
The choices are stored in the ValueList attribute inherited from the ChoiceField class. If you change the ValueList attribute dynamically, the radio field adjusts as needed on the form to accommodate the changes.
For more information, see the ValueList attribute (see ValueList Attribute).
Inherits From
Object Class (see Object Class)
FieldObject Class (see FieldObject Class)
FormField Class (see FormField Class)
ActiveField Class (see ActiveField Class)
ScalarField Class (see ScalarField Class)
ChoiceField Class (see ChoiceField Class)
EnumField Class (see EnumField Class)
Inherited By
None
Attributes
Columns
ColumnHeightCompressed
ColumnWidthCompressed
Orientation
Methods
None