Set type used to store values from the TControlAutoSizePhase enumeration.
Source position: controls.pp line 982
type TControlAutoSizePhases = set of ( |
||
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. |
); |
|
Represents AutoSizing phases for controls. |
|
|
Auto-sizing phases enabled for the control. |
|
|
Translates control state flags into AutoSizePhases. |
|
|
Shrinks or enlarges the control to accommodate its children. |
|
|
Updates the Showing property with the visibility for the control, its Parents, and its child controls. |
|
|
Handler for widget moved message; updates the Bounds. |
|
|
Event handler for size messages. |
CT Web help |
CodeTyphon Studio |