[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TWinControlFlags

Set of TWinControlFlag enumeration values.

Declaration

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

);

See also

TWinControlFlag

  

State flags of TWinControl.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.