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

TControlAutoSizePhase

Represents AutoSizing phases for controls.

Declaration

Source position: controls.pp line 930

type TControlAutoSizePhase = (

  caspNone,

  

  caspChangingProperties,

  

  caspCreatingHandles,

  

Create/Destroy handles.

  caspComputingBounds,

  

  caspRealizingBounds,

  

  caspShowing

  

Makes a handle visible.

);

Description

TControlAutoSizePhase is an enumerated type with values that represent phases or steps in the auto-sizing process for controls. Values from TControlAutoSizePhase are stored in the TControlAutoSizePhases set type.

See also

TControlAutoSizePhases

  

Set type used to store values from the TControlAutoSizePhase enumeration.

TControl.AutoSizePhases

  

Auto-sizing phases enabled for the control.

TWinControl.AutoSizePhases

  

Translates control state flags into AutoSizePhases.