TAdvCustomFormDesigner.DoDeleteControl Method
DoDeleteControl is called when a control is removed from the current selection in the form designer. In other words, it is called when a control is unselected.
Syntax
Unit: FormDesigner
procedure TAdvCustomFormDesigner.DoDeleteControl(AControl: TControl); virtual;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AControl | TControl | The control which has been removed from the selection. |