TAdvCustomInspector.DeselectItem Method
Called by the inspector to indicate that a property has been deselected. It fires the event OnDeselectItem.
Syntax
Unit: InspectorControls
procedure TAdvCustomInspector.DeselectItem(TheIndex: Integer); virtual;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| TheIndex | Integer | Index of the deselected property. |