Table of Contents

TAdvCustomInspector.GetExpandState Method

Returns the current expand state (subproperties are collapsed or expanded) of the specified property.

Syntax

Unit: InspectorControls

function TAdvCustomInspector.GetExpandState(TheIndex: Integer): TExpandState; virtual;

Parameters

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

Returns

The expand state of the specified property.

See also