TdxDbOrgChart.DataSet Property
In This Article
Specifies the dataset which contains the data for a tree structure.
#Declaration
Delphi
property DataSet: TDataSet read;
#Property Value
Type |
---|
TData |
#Remarks
The DataSet property contains a reference to the TDataSet component, determining (via DataSource) a database connected with an OrgChart component.
See Also