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

TWinControl.DoAlignChildControls

Override this method to place all given controls.

Declaration

Source position: controls.pp line 2008

protected function TWinControl.DoAlignChildControls(

  TheAlign: TAlign;

  AControl: TControl;

  AControlList: TFPList;

  var ARect: TRect

):Boolean; virtual;

Arguments

TheAlign

  

The alignment of all given controls.

AControlList

  

The controls to be placed.

Function result

True when all controls have been placed.

See also

TWinControl.AlignControls

  

Aligns all child controls.

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