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

TControlFlags

Declaration

Source position: controls.pp line 802

type TControlFlags = set of (

  cfRequestAlignNeeded,

  

  cfAutoSizeNeeded,

  

  cfLeftLoaded,

  

  cfTopLoaded,

  

  cfWidthLoaded,

  

  cfHeightLoaded,

  

  cfClientWidthLoaded,

  

  cfClientHeightLoaded,

  

  cfBoundsRectForNewParentValid,

  

  cfBaseBoundsValid,

  

  cfPreferredSizeValid,

  

  cfPreferredMinSizeValid,

  

  cfOnResizeNeeded,

  

  cfOnChangeBoundsNeeded

  

);