TGrabHandles.FindHandleControl Method
Retrieves the TGrabHandle control related to the window contorl specified by AHandle.
Remarks
If you have the window handle of a grab handle control, you can use FindHandle method to retrieve the TGrabHandle control that relates to that grab handle.
Syntax
Unit: FormDesigner
function TGrabHandles.FindHandleControl(AHandle: HWND): TGrabHandle;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AHandle | HWND | Window handle of the grab handle control . |
Returns
The TGrabHandle control. If the window handle does not relate to a grab handle control, result is nil.