[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Set of permissible Control States
Source position: controls.pp line 246
type TControlState = set of ( |
||
csLButtonDown, |
|
|
csClicked, |
|
|
csPalette, |
|
|
csReadingState, |
|
|
csFocusing, |
|
|
csCreating, |
|
|
csPaintCopy, |
|
|
csCustomPaint, |
|
|
csDestroyingHandle, |
|
|
csDocking, |
|
|
csVisibleSetInLoading |
|
|
); |
lazarus-ccr.sourceforge.net |