Table of Contents

TAdvCustomInspector.GetData Method

Returns custom general purpose data for the specified property. The inspector doesn't use this information, it's only a way to store custom information related to a property.

Syntax

Unit: InspectorControls

function TAdvCustomInspector.GetData(TheIndex: Integer): Pointer; virtual;

Parameters

<-> Parameter Type Description
TheIndex Integer Index of the property for which custom data will be retrieved.

Returns

The custom data in pointer format.

See also