TdxCustomBreadcrumbEdit.SelectedPath Property
Declaration
property SelectedPath: string read; write;
Property Value
Type |
---|
string |
Remarks
If the use of recently used paths is enabled, entering the path specified by the SelectedPath property automatically updates the RecentPaths collection in the following manner:
A collection element that references the selected path is moved to the top position;
A path that isn’t referenced by any collection element is added as a new element at the top position.
See Also