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