Control Name | Unit | Class |
TRxDBComboBox | RxDBComb | TRxDBComboBox |
Description:
TRxDBComboBox expands
the capabilities of a regular data aware combo-box. It allows you
to enter mapped storage and display values so that you can
display understandable text versions of stored codes in your
table, instead of displaying only the codes themselves where
users have to remember what they all mean. Alternatively you
could use a TRxDBLookupCombo to display one field from a lookup
source, and store a different field, but the TRxDBComboBox’s
drop-down list comes directly from a string list and not required
the lookup source.
Property
EnableValues
Declaration:
EnableValues: Boolean;
Property EnableValues forces the values found in Values to be displayed instead.
Property
Values
Declaration:
Values: TStrings;
Property Values stores selections without connecting the second table to a database (e.g., male, female).
Index Page | About | Download
Creation Date: 4 Feb 1998 | Last Update: 16 Mar 2000