TdxBreadcrumbEdit Class
Implements the virtual breadcrumb control.
Declaration
TdxBreadcrumbEdit = class(
TdxCustomBreadcrumbEdit
)
Remarks
The virtual breadcrumb provides a design-time editor that allows you to manage nodes and customize them as required. To invoke the editor, double-click the TdxBreadcrumbEdit component residing on a form or click Edit… in the component’s context menu.
In code, you can populate the virtual breadcrumb by handling the OnPopulateChildren event, or using a comprehensive node API. Refer to the How to Populate the Virtual Breadcrumb Control topic for an example on how to accomplish this.
Inheritance
See Also