[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Set of TWinControlFlag enumeration values.
Source position: controls.pp line 1965
type TWinControlFlags = set of ( |
||
wcfClientRectNeedsUpdate, |
|
|
wcfColorChanged, |
|
|
wcfFontChanged, |
|
Set when the font was changed before handle creation. |
wcfAllAutoSizing, |
|
Set during DoAllAutosize. |
wcfAligningControls, |
|
Set during TWinControl.AlignControls |
wcfEraseBackground, |
|
|
wcfCreatingHandle, |
|
Set while constructing the handle of this control. |
wcfInitializing, |
|
Set while initializing during handle creation. |
wcfCreatingChildHandles, |
|
Set while constructing the handles of the children. |
wcfRealizingBounds, |
|
Set inside RealizeBoundsRecursive. |
wcfBoundsRealized, |
|
Set before bounds are sent to the widget; used to suppress subsequent size messages sent by the widget. |
wcfUpdateShowing, |
|
|
wcfHandleVisible, |
|
|
wcfAdjustedLogicalClientRectValid, |
|
Set when the adjusted ClientRect is valid. |
wcfKillIntfSetBounds, |
|
|
wcfDesignerDeleting, |
|
Only used for TCustomPairSplitter / TPairSplitter. |
wcfSpecialSubControl |
||
); |
|
State flags of TWinControl. |
lazarus-ccr.sourceforge.net |