TAdvCustomFormDesigner.DoControlDblClick Method
This method is called when a control is double clicked in the form designer.
Syntax
Unit: FormDesigner
procedure TAdvCustomFormDesigner.DoControlDblClick(AControl: TControl); virtual;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AControl | TControl | The control which has been double clicked. |