TdxBreadcrumbEditRecentPath Class
In This Article
An element of the recently used paths collection.
#Declaration
Delphi
TdxBreadcrumbEditRecentPath = class(
TCollectionItem
)
#Remarks
This element corresponds to a node and specifies both its path and image.
The TdxBreadcrumbEditRecentPath object is referenced by the breadcrumb control’s Properties.PathEditor.RecentPaths.Items property.
#Inheritance
TObject
TPersistent
TCollectionItem
TdxBreadcrumbEditRecentPath
See Also