Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxDbOrgChart Class

Represents the data-aware org chart control.

#Declaration

Delphi
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