TAdvCustomFormDesigner.DeleteControl Method
Removes a control from the current selection in the form designer.
Remarks
Call DeleteControl to unselect the specified control in the designer. For non-visual components, use DeleteComponent instead, unless you specify the TComponentContainer control that wraps the non-visual component you want to unselect.
Syntax
Unit: FormDesigner
procedure TAdvCustomFormDesigner.DeleteControl(AControl: TControl);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AControl | TControl | The control to be unselected. |