Sets the value for the Align property.
Source position: extctrls.pp line 381
protected procedure TCustomSplitter.SetAlign( |
Value: TAlign |
); override; |
Value |
|
New value for the Align property. |
Updates the value in ResizeAnchor to match the new value for the property. When set to a value other than alClient, the bounds for the control are adjusted to keep the width or height as needed for the new property value.
|
Specifies the placement of the control inside its Parent. |
|
|
Sets the value for the Align property. |