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

TControlFlags

Declaration

Source position: controls.pp line 839

type TControlFlags = set of (

  cfLoading,

  cfAutoSizeNeeded,

  

  cfLeftLoaded,

  

  cfTopLoaded,

  

  cfWidthLoaded,

  

  cfHeightLoaded,

  

  cfClientWidthLoaded,

  

  cfClientHeightLoaded,

  

  cfBoundsRectForNewParentValid,

  

  cfBaseBoundsValid,

  

  cfPreferredSizeValid,

  

  cfPreferredMinSizeValid,

  

  cfOnChangeBoundsNeeded,

  

  cfProcessingWMPaint,

  cfKillChangeBounds,

  cfKillInvalidatePreferredSize,

  cfKillAdjustSize

);

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