Table of Contents

TAdvCustomFormDesigner.DoBeforePlaceComponent Method

This method is called just before a new component is placed and selected in the form designer. When DoBeforePlaceComponent is called, the component being placed is not yet selected.

Syntax

Unit: FormDesigner

procedure TAdvCustomFormDesigner.DoBeforePlaceComponent(AComponent: TComponent); virtual;

Parameters

<-> Parameter Type Description
AComponent TComponent the component that is about to be placed in the form.

See also