[Overview][Types][Classes][Procedures and functions][Index] |
Performs layout and alignment for flowed controls on the panel.
Source position: extctrls.pp line 1254
protected procedure TCustomFlowPanel.AlignControls( |
AControl: TControl; |
var RemainingClientRect: TRect |
); override; |
AlignControls is an overridden procedure used to perform layout and alignment for flowed controls on the panel.
Remark: | AlignControls does NOT call the inherited method. |
lazarus-ccr.sourceforge.net |