TurboDB VCL Component Library

TTdbEnumValueSet.Values

TTdbEnumValueSet

Previous  Top  Next

Holds the enumeration values and their aliases.

Delphi syntax:

property Values: TStrings;

C++ syntax:

__property Classes::TStrings* Values = {read=FItems, write=SetValues};

Description

You can use Values to define alias names for the enumeration values. The alias names are the ones shown in combo boxes and can be translated or changed using the Values property.