[Overview][Constants][Types][Classes][Procedures and functions][Index] |
The states of a checkbox - Unchecked, Checked or Greyed.
Source position: stdctrls.pp line 1258
type TCheckBoxState = ( |
||
cbUnchecked, |
|
|
cbChecked, |
|
|
cbGrayed |
|
|
); |
lazarus-ccr.sourceforge.net |