Table of Contents

TAdvCustomInspector.GetButtonType Method

Retrieves the type of the button to be used in a property editor.

Syntax

Unit: InspectorControls

function TAdvCustomInspector.GetButtonType(TheIndex: Integer): TButtonType; virtual;

Parameters

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

Returns

The button type for the property editor.

See also