Table of Contents

TAdvCustomFormDesigner.IsLocked Method

Call IsLocked to determine if the control specified by AControl is locked or not. A locked control cannot be moved or resized.

Syntax

Unit: FormDesigner

function TAdvCustomFormDesigner.IsLocked(AControl: TControl): Boolean;

Parameters

<-> Parameter Type Description
AControl TControl

Returns

True if control is locked, false otherwise.

See also