[Overview][Types][Classes][Procedures and functions][Index] |
Sets the value for the Align property.
Source position: extctrls.pp line 406
protected procedure TCustomSplitter.SetAlign( |
Value: TAlign |
); override; |
Value |
|
New value for the Align property. |
SetAlign is an overridden method in TCustomSplitter which sets the value for the Align property. It ensures that ResizeAnchor is updated to reflect the new value for the property. Values in Anchors are also updated to reflect the new alignment value in the property.
When Align has a value other than clClient and Anchors is not modified, the bounds for the control are adjusted to keep the existing Width or Height for the Align value.
|
Specifies the aligned edge for the splitter within its Parent and relative to ResizeControl. |
|
|
Indicates the orientation and alignment for the splitter control. |
|
|
Sets the control bounds and adjusts child and docked controls. |
|
|
Sets the value for the Align property. |
|
|
The set of anchor definitions for this control. |
|
|
The horizontal size for the control. |
|
|
The vertical size for the control. |
|
|
The control side to be anchored. |
|
|
Set type used to store values from the TAnchorKind enumeration. |
Version 4.0 | Generated 2025-05-03 | Home |