Table of Contents

TProperty.ValuesList Method

Fill a list of valid string values for the property.

Remarks

Call ValuesList to fill a string list with valid values for the property. For example, if the property is an enumerated type, the enumerated values will be filled in the string.

Syntax

Unit: PropertyList

procedure TProperty.ValuesList(const AValues: TStrings); virtual;

Parameters

<-> Parameter Type Description
const AValues TStrings

See also