IDBLookupControl.DataSource

Syntax

DataSource: IUiDataSource;

Description

The DataSource property links a group component with the data set that contains the DataField field.

Comments

This property sets a link with the data set that contains the viewed field, unlike the ListSource property that links this component with a search table that contains the actually displayed field. If a search component is used for data editing, changes are written into one of the DataSource source field.

A list of available property values contains names of all components UiDataSource that are located on the form.

See also:

IDBLookupControl