TGrabHandles Class
Internal component that encapsulates and represents the grab handles used in form designing.
Syntax
Unit: FormDesigner
TGrabHandles = class(TComponent);
Methods
| Name | Description |
|---|---|
| BringToFront | Brings all grab handle controls to front. |
| FindHandle | Finds the position of grab handle control specified by AHandle. |
| FindHandleControl | Retrieves the TGrabHandle control related to the window contorl specified by AHandle. |
| IsGrabHandle | Verifies if an specified control is an existing grab handle control. |
| Update | Visually updates the grab handles. |
Properties
| Name | Description |
|---|---|
| Control | Contains the control being edited that will be surrounded by the grab handles. |
| Designer | Retrieves the form designer that owns and controls the grab handles. |
| Enabled | Enable or disable the grab handles. Disabled grab handles mean they are invisible. |
| ParentForm | Retrieves the form being edited by the form designer. |
| Visible | Indicates if the grab handles are visible. |