Table of Contents

TAdvCustomFormDesigner.IsProtected Method

Call IsProtected to determine if the control specified by AControl is protected or not. A protected control cannot be selected.

Syntax

Unit: FormDesigner

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

Parameters

<-> Parameter Type Description
AControl TControl

Returns

True if control is protected, false otherwise.

See also