TAdvCustomInspector.ChangeValue Method
This method is called by the inspector when a property value changes.
Syntax
Unit: InspectorControls
procedure TAdvCustomInspector.ChangeValue(TheIndex: Integer; Editing: Boolean; const AText: string); virtual;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| TheIndex | Integer | Index of the property being edited. |
|
| Editing | Boolean | Indicates if the current property is being edited (inplace editor control is visible and active). |
|
| const | AText | string | The new string value of the property typed in the editor. |