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

TCustomSplitter.Align

Specifies the placement of the control inside its Parent.

Declaration

Source position: extctrls.pp line 397

public property TCustomSplitter.Align : TAlign
  default alLeft;

Description

Align is a TAlign property which specifies how the control is aligned to its parent control. The default value for the property is alLeft in TCustomSplitter.

See also

TControl.Align

  

Specifies the placement of the control on its Parent control.