TdxDBTreeView.DataSource Property
Identifies a link to the dataset where a data-aware tree view locates its data.
Declaration
property DataSource: TDataSource read; write;
Property Value
| Type |
|---|
| TDataSource |
Remarks
Set DataSource to the TDataSource object that links to a dataset where the data-aware tree-view should fetch its data. The linked dataset must have a self-reference structure.
See Also