Table of Contents

TAdvCustomFormDesigner.DoAddControl Method

DoAddControl is called when a new control is added to the current selection in the form designer. In other words, it is called when a control is selected.

Syntax

Unit: FormDesigner

procedure TAdvCustomFormDesigner.DoAddControl(AControl: TControl); virtual;

Parameters

<-> Parameter Type Description
AControl TControl The control which has been added to the selection.

See also