ItemValues property

Applies to
TIB_CustomComboBox

Declaration
Property ItemValues : TStrings;

Description
This property provides a table of values to store in the database instead of the entries listed in the Items property.

Property is ignored when Style is set to csDropDown, as the ComboBox Items are used for text entry in that case.