Table of Contents

TAdvCustomInspector.SelectItem Method

Called by the inspector to indicate that a property has been selected. It fires the event OnSelectItem.

Syntax

Unit: InspectorControls

procedure TAdvCustomInspector.SelectItem(TheIndex: Integer); virtual;

Parameters

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

See also