TAdvCustomInspector.GetValueColor Method
Returns the background color to be used when drawing the property value in the inspector.
Syntax
Unit: InspectorControls
function TAdvCustomInspector.GetValueColor(TheIndex: Integer): TColor; virtual;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| TheIndex | Integer | Index of the property being displayed. |
Returns
Background color to be used.