TdxCustomOrgChart.AssignData(TdxCustomOrgChart) Method
Copies the data structure from another OrgChart component.
Declaration
procedure AssignData(Source: TdxCustomOrgChart);
Parameters
Name | Type |
---|---|
Source | TdxCustomOrgChart |
Remarks
Call this procedure to replace the control’s content with the tree structure obtained from a TdxCustomOrgChart descendant instance passed as the Source parameter.
See Also