Table of Contents

TAdvCustomInspector.GetName Method

Retrieves the name of the specified property. Descendants can override this method to effectively retrieve the name of a property.

Syntax

Unit: InspectorControls

function TAdvCustomInspector.GetName(TheIndex: Integer): string; virtual;

Parameters

<-> Parameter Type Description
TheIndex Integer The index of the property for which the name will be retrieved.

Returns

The property name.

See also