Table of Contents

TGrabHandle Class

A visual control that represents a grab handle in the designer.

Remarks

TGrabHandle is a graphic control used to represent a grab handle when desiging the form. Each grab is a separated control and is painted individually.

Syntax

Unit: FormDesigner

TGrabHandle = class(TCustomControl);

Properties

Name Description
Locked Indicates if the grab is locked.
Position Indicates the position of the grab relative to the control position, indicated by Rect property.
Rect Contains the bounds rect of the control, used by the grab handle to position itself in the screen.