Represents AutoSizing phases for controls.
Source position: controls.pp line 930
type TControlAutoSizePhase = ( |
||
caspNone, |
|
|
caspChangingProperties, |
|
|
caspCreatingHandles, |
|
Create/Destroy handles. |
caspComputingBounds, |
|
|
caspRealizingBounds, |
|
|
caspShowing |
|
Makes a handle visible. |
); |
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.
|
Set type used to store values from the TControlAutoSizePhase enumeration. |
|
|
Auto-sizing phases enabled for the control. |
|
|
Translates control state flags into AutoSizePhases. |