[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Check Box State
Source position: stdctrls.pp line 1134
type TCheckBoxState = ( |
||
cbUnchecked, |
|
|
cbChecked, |
|
|
cbGrayed |
|
|
); |
Check Box State: a set of constants defining the possible states of a Check Box -
lazarus-ccr.sourceforge.net |