Skip to main content

TdxBreadcrumbEditRecentPaths Class

A collection of the recently used paths.

Declaration

TdxBreadcrumbEditRecentPaths = class(
    TOwnedCollection
)

Remarks

This collection is designed to assist end-users to quickly select one of the paths they used (entered) to navigate to specific nodes. Each collection element contains the path and optionally, the image associated with the corresponding node.

The collection is visualized in the breadcrumb control’s dropdown window, which can be invoked by clicking the dropdown button. The most recently used path always resides at the top of the window.

The TdxBreadcrumbEditRecentPaths object is referenced by the breadcrumb control’s Properties.PathEditor.RecentPaths property. The breadcrumb control provides a set of properties that allow you to control the appearance and behavior of the dropdown window.

Inheritance

See Also