Unit 'Controls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TControlAutoSizePhases

Set type used to store values from the TControlAutoSizePhase enumeration.

Declaration

Source position: controls.pp line 938

type TControlAutoSizePhases = set of (

  caspNone,

  

  caspChangingProperties,

  

  caspCreatingHandles,

  

Create/Destroy handles.

  caspComputingBounds,

  

  caspRealizingBounds,

  

  caspShowing

  

Makes a handle visible.

);

See also

TControlAutoSizePhase

  

Represents AutoSizing phases for controls.