Table of Contents

TGrabHandles.IsGrabHandle Method

Verifies if an specified control is an existing grab handle control.

Remarks

Use IsGrabHandle method to check if an specified control is one of the existing grab handles used by the designer.

Syntax

Unit: FormDesigner

function TGrabHandles.IsGrabHandle(AControl: TControl): Boolean;

Parameters

<-> Parameter Type Description
AControl TControl The control that will be verified to be a grab handle.

Returns

Result is true if AControl is a grab handle control, false otherwise.

See also