TCheckBoxState indicates the state of a check box control.
TCheckBoxState = ( cbUnchecked, cbChecked, cbGrayed );
enum TCheckBoxState { cbUnchecked, cbChecked, cbGrayed };
Following are the possible values of TCheckBoxState:
|
Value |
Meaning |
|
cbUnchecked |
The check box has no check mark, indicating that the user has not selected the option. |
|
cbChecked |
The check box has a check mark in it, indicating that the user has selected the option. |
|
cbGrayed |
The check box has a check mark in it, but it is grayed. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|