Translates control state flags into AutoSizePhases.
Source position: controls.pp line 2345
public function TWinControl.AutoSizePhases: TControlAutoSizePhases; override; |
Set withe auto-size phase values enabled for the control.
The return value is a TControlAutoSizePhases set type. It is populated with values from the TControlAutoSizePhase enumeration based on window control flags and other internal members in the class instance. When Parent has been assigned, the values are derived by calling AutoSizePhases in Parent.
AutoSizePhases is called from methods like DoAutoSize and UpdateShowing. It is also called from window message handlers like WMMove, WMSize, and WMWindowPosChanged.
|
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. |
|
|
Event handler for size/move messages. |
|
|
The control within which the control is shown. |
|
|
Set type used to store values from the TControlAutoSizePhase enumeration. |
|
|
Represents AutoSizing phases for controls. |
CT Web help |
CodeTyphon Studio |