TAdvCustomFormDesigner.DoPlaceComponent Method
DoPlaceComponent is called right after a new component is placed and selected in the form designer.
Syntax
Unit: FormDesigner
procedure TAdvCustomFormDesigner.DoPlaceComponent(AComponent: TComponent); virtual;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AComponent | TComponent | the component that has been placed in the form. |