Table of Contents

TAdvCustomInspector.GetReadOnly Method

Indicates the if specified property is read-only.

Syntax

Unit: InspectorControls

function TAdvCustomInspector.GetReadOnly(TheIndex: Integer): Boolean; virtual;

Parameters

<-> Parameter Type Description
TheIndex Integer Index of the specified property.

Returns

True if the property is read-only, false otherwise.

See also