Unit 'ExtCtrls' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomSplitter.SetAlign

Sets the value for the Align property.

Declaration

Source position: extctrls.pp line 381

protected procedure TCustomSplitter.SetAlign(

  Value: TAlign

); override;

Arguments

Value

  

New value for the Align property.

Description

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.

See also

TCustomSplitter.Align

  

Specifies the placement of the control inside its Parent.

TControl.SetAlign

  

Sets the value for the Align property.