Unit 'ExtCtrls' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomFlowPanel.AlignControls

Performs layout and alignment for flowed controls on the panel.

Declaration

Source position: extctrls.pp line 1254

protected procedure TCustomFlowPanel.AlignControls(

  AControl: TControl;

  var RemainingClientRect: TRect

); override;

Description

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.