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

TStatusBar.Align

Specifies the placement of the control inside its Parent.

Declaration

Source position: comctrls.pp line 177

published property TStatusBar.Align : TAlign
  default alBottom;

Description

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

See also

TControl.Align

  

Specifies the placement of the control on its Parent control.