This component is used for selecting a value from a look-up dataset.
The component has the following properties:
To connect the control to the look-up dataset enter values for the three properties : “DataSet”, “ListField” and “KeyField”.
Note that the returned value is available via either the “Text” or the “KeyValue” properties, neither of which appears in the object inspector. They are accessible only through code. The initial position of the cursor in the look-up dataset can be set in code using “KeyValue”.
|