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

TControlFlags

Declaration

Source position: controls.pp line 829

type TControlFlags = set of (

  cfLoading,

  cfAutoSizeNeeded,

  

  cfLeftLoaded,

  

  cfTopLoaded,

  

  cfWidthLoaded,

  

  cfHeightLoaded,

  

  cfClientWidthLoaded,

  

  cfClientHeightLoaded,

  

  cfBoundsRectForNewParentValid,

  

  cfBaseBoundsValid,

  

  cfPreferredSizeValid,

  

  cfPreferredMinSizeValid,

  

  cfOnChangeBoundsNeeded,

  

  cfProcessingWMPaint

);