Skip to main content

TdxDbOrgChart Class

Represents the data-aware org chart control.

Declaration

TdxDbOrgChart = class(
    TdxCustomOrgChart
)

Remarks

TdxDbOrgChart is fully functional windowed data-aware component, intended for the display and editing of hierarchical tree data structures. The component connects to a database via a TDataSet class component, from which it obtains all necessary data for its tree and individual node formation. The hierarchy of nodes is defined via the database fields KeyField and ParentField while other (optional) fields may contain properties of separate nodes. Any changes made by a user are immediately displayed in the database and any changes to the database implemented by your program are immediately displayed in TdxDbOrgChart component.

Important

Persistent chart modifications via the Items Editor are not supported.

See Also