[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: controls.pp line 1489
type TWinControlFlags = set of ( |
||
wcfClientRectNeedsUpdate, |
|
|
wcfColorChanged, |
|
|
wcfFontChanged, |
|
|
wcfReAlignNeeded, |
|
|
wcfAligningControls, |
|
|
wcfEraseBackground, |
|
|
wcfCreatingHandle, |
|
|
wcfInitializing, |
|
|
wcfCreatingChildHandles, |
|
|
wcfHandleVisible |
|
|
); |