Represents AutoSizing phases for controls.
Source position: controls.pp line 974
type TControlAutoSizePhase = ( |
||
caspNone, |
|
|
caspChangingProperties, |
|
Indicates propertied have been locked while auto-sizing is active. |
caspCreatingHandles, |
|
Create/Destroy handles. |
caspComputingBounds, |
|
Indicates that auto-sizing for a control and its child controls is being performed. |
caspRealizingBounds, |
|
Indicates that the wcfRealizingBounds flag is present in the control flags. |
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. |
CT Web help |
CodeTyphon Studio |