[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Set of TWinControlFlag.
Source position: controls.pp line 1887
type TWinControlFlags = set of ( |
||
wcfClientRectNeedsUpdate, |
|
|
wcfColorChanged, |
|
|
wcfFontChanged, |
|
Set if 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 consequential size messages, sent by the widget. |
wcfUpdateShowing, |
|
|
wcfHandleVisible, |
|
|
wcfAdjustedLogicalClientRectValid, |
|
Set when the adjusted ClientRect is valid. |
wcfKillIntfSetBounds |
|
|
); |
lazarus-ccr.sourceforge.net |