[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Override this method to place all given controls.
Source position: controls.pp line 2008
protected function TWinControl.DoAlignChildControls( |
TheAlign: TAlign; |
AControl: TControl; |
AControlList: TFPList; |
var ARect: TRect |
):Boolean; virtual; |
TheAlign |
|
The alignment of all given controls. |
AControlList |
|
The controls to be placed. |
True when all controls have been placed.
|
Aligns all child controls. |
lazarus-ccr.sourceforge.net |