IDBLookupControl.DataSource

Syntax

DataSource: IUiDataSource;

Description

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

Comments

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

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

See also:

IDBLookupControl