Table of Contents

TAdvCustomInspector.GetValuesList Method

Retrieves a list of valid property values to be displayed in the drop down combo box in the property editor. For example, a boolean property will receive "false" and "true" values, a color property might receive names of valid colors, and so on.

Syntax

Unit: InspectorControls

procedure TAdvCustomInspector.GetValuesList(TheIndex: Integer; const Strings: TStrings); virtual;

Parameters

<-> Parameter Type Description
TheIndex Integer Index of the property being edited.
const Strings TStrings TStrings object that will should filled by GetValuesList with all the valid property values.

See also