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

TWinControlFlag

State flags of TWinControl.

Declaration

Source position: controls.pp line 1870

type TWinControlFlag = (

  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

  

);

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