IDBLookupControl.ListField

Syntax

ListField: String;

Description

The ListField property determines one or more fields, which values are displayed in this component.

Comments

The ";" symbol acts as a separator for fields names.

A search component decrypts a field of one table, displaying a value of one or more corresponding fields of another table. The difference between the ListField property and the DataField or KeyField properties is in the following: the fields defined in the two latter properties are not displayed in the component but are used to link two sources.

To fully define the list fields, define both ListSource data set and the fields of this set.

Before determining ListField, use the KeyField property to set a link between two data sets. If the ListField property is not set, the KeyField values are displayed by default.

See also:

IDBLookupControl