TAdvCustomInspector.GetSortValuesList Method
Indicates if the items in the popup list displayed by the property editor are sorted or not. For example, for a color property editor, you might not way to have the color names to be sorted. For a field name property editor, it's nice to have the field names sorted.
Syntax
Unit: InspectorControls
function TAdvCustomInspector.GetSortValuesList(TheIndex: Integer): Boolean; virtual;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| TheIndex | Integer | Index of the specified property. |
Returns
True if the items in the popup list should be sorted. False otherwise.