TdxDbOrgChart.DataSource Property
DataSource identifies the link to the dataset from which a component loads its data.
Declaration
property DataSource: TDataSource read; write;
Property Value
Type |
---|
TDataSource |
Remarks
Set DataSource to the TDataSource object that links to the dataset from which the TdxDbOrgChart component should fetch its data. DataSource allows the component to read from, write to, and navigate around a dataset, while maintaining record concurrency with other data-aware objects that use the same data source.
See Also