Table of Contents

TAdvCustomInspector.GetValue Method

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

Syntax

Unit: InspectorControls

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

Parameters

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

Returns

The property value.

See also