[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TControl.Align

Specifies the placement of the control inside its Parent.

Declaration

Source position: controls.pp line 1639

public property TControl.Align : TAlign
  read FAlign
  write SetAlign
  default alNone;

Description

A control can stick to one side of its Parent control.

See also

TAlign

  

Alignment options for a control, within its Parent control.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.