Icon TSelectionState

Unit: WebBtns

TSelectionState = (ssIndeterminate,ssUnselected,ssSelected)

Available In: Client and Server Applications

The TSelectionState enumerated type is used with the TCheckBox and TRadioButton classes to specify the selection state of the control.

ElementDescription
ssIndeterminateSpecifies that no selection has been made. This is the default value.
ssSelectedSpecifies that the control is selected.
ssUnselectedSpecifies that the control is not selected.
Image