TAdvCustomInspector.SetValue Method
Sets the value of the specified property.
Remarks
This method is called by the inspector when and editing operation is performed. Descendants can override this method to effectively sets the value of a real property.
Syntax
Unit: InspectorControls
procedure TAdvCustomInspector.SetValue(TheIndex: Integer; const Value: string); virtual;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| TheIndex | Integer | The index of the property for which the value will be set. |
|
| const | Value | string | The new value of the property. |