TAdvCustomFormDesigner.FindWinControl Method
Finds a control in the form given its window handle.
Syntax
Unit: FormDesigner
function TAdvCustomFormDesigner.FindWinControl(Wnd: Cardinal): TWinControl;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Wnd | Cardinal | The window handle of the control. |
Returns
The control instance which window handle matches the handle provided in the parameter.