TAdvCustomInspector.SetSelectionPos Method
Selects a specified property in the inspector.
Syntax
Unit: InspectorControls
procedure TAdvCustomInspector.SetSelectionPos(TheIndex: Integer; NeedUpdate: Boolean);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| TheIndex | Integer | Index of the property to be selected. |
|
| NeedUpdate | Boolean | Indicates if current changes must be applied and inspector must be refreshed, even if the selected property didn't change. |