Skip to main content
You are viewing help content for a version that is no longer maintained/updated.

TdxDBLookupTreeView.DataSource Property

Links the TdxDBLookupTreeView to a dataset which contains the field it represents.

Declaration

property DataSource: TDataSource read; write;

Property Value

Type
TDataSource

Remarks

Use DataSource to link TdxDBLookupTreeView to a dataset in which the data is found. To fully specify a database field for the edit control, both the dataset and a field within that dataset must be defined. Use the DataField property to specify a particular field within the dataset.

See Also