Table of Contents

TAdvCustomInspector.GetNameColor Method

Returns the background color to be used when drawing the property name in the inspector.

Syntax

Unit: InspectorControls

function TAdvCustomInspector.GetNameColor(TheIndex: Integer): TColor; virtual;

Parameters

<-> Parameter Type Description
TheIndex Integer Index of the property being displayed.

Returns

Background color to be used.

See also