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