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

TWinControl.CreateControlAlignList

Fills the list with the controls which must be realigned.

Declaration

Source position: controls.pp line 1942

protected procedure TWinControl.CreateControlAlignList(

  TheAlign: TAlign;

  AlignList: TFPList;

  StartControl: TControl

);

Arguments

TheAlign

  

List all controls with this alignment.

Description

The list is initialized with all child controls, which have the given alignment and are visible.

See also

TWinControl.AlignControls

  

Aligns all child controls.