TAdvCustomInspector.GetNextValue Method
Retrieves the next valid value for the specified property.
Remarks
When a property is being edited, the end-user might double click the editor control. If no default editor is defined, then the inspector will change the property value for the next valid value. For example, suppose you have an enumerated property in which valid values are pvNone, pv
Syntax
Unit: InspectorControls
function TAdvCustomInspector.GetNextValue(TheIndex: Integer): string; virtual;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| TheIndex | Integer |