[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Fills the list with the controls which must be realigned.
Source position: controls.pp line 2000
protected procedure TWinControl.CreateControlAlignList( |
TheAlign: TAlign; |
AlignList: TFPList; |
StartControl: TControl |
); |
TheAlign |
|
List all controls with this alignment. |
The list is initialized with all child controls, which have the given alignment and are visible.
|
Aligns all child controls. |
lazarus-ccr.sourceforge.net |