Skip to main content

TdxOrgChart Class

An unbound OrgChart control.

Declaration

TdxOrgChart = class(
    TdxCustomOrgChart
)

Remarks

The OrgChart control is designed for creating, displaying, and editing hierarchically arranged data.

The control imposes no limitations on the size of the displayed structures, consisting of editable nodes that you can rearrange by dragging-and-dropping.

In addition to publishing the properties and events derived from the TdxCustomOrgChart class, TdxOrgChart introduces the LoadFromFile and LoadFromStream procedures that allow you to load the previously saved content into the control.

See Also