[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Set type used to store values from the TControlAutoSizePhase enumeration.
Source position: controls.pp line 938
type TControlAutoSizePhases = set of ( |
||
caspNone, |
|
|
caspChangingProperties, |
|
|
caspCreatingHandles, |
|
Create/Destroy handles. |
caspComputingBounds, |
|
|
caspRealizingBounds, |
|
|
caspShowing |
|
Makes a handle visible. |
); |
|
Represents AutoSizing phases for controls. |