[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TCheckBoxState - enumerated type for state of checkbox
Source position: stdctrls.pp line 1180
type TCheckBoxState = ( |
||
cbUnchecked, |
|
|
cbChecked, |
|
|
cbGrayed |
|
|
); |
Check Box State: an enumerated list of constants defining the possible states of a Check Box - Unchecked, Checked or Greyed
lazarus-ccr.sourceforge.net |