TcxCheckStates Type
In This Article
An array of check box states.
#Declaration
Delphi
TcxCheckStates = array of TcxCheckBoxState;
#Referenced Class
Type | Description |
---|---|
Tcx |
A check box state. |
#Remarks
A TcxCheckStates
array stores a combination of multiple check box states.
See Also