Skip to main content

TdxBreadcrumbEditPathEditorProperties.RecentPaths Property

Provides access to the collection of recently used paths.

Declaration

property RecentPaths: TdxBreadcrumbEditRecentPaths read; write;

Property Value

Type
TdxBreadcrumbEditRecentPaths

Remarks

The editor visualizes collection elements (recently used paths) within its dropdown window. Refer to the TdxBreadcrumbEditRecentPaths class description for details on how the editor populates this collection.

Use the RecentPathsDropDownRows and RecentPathsMaxCount properties to customize the appearance of the dropdown window. To prohibit end-users from displaying recently used paths in this window and/or entering new paths, use the RecentPathsEnabled and RecentPathsAutoPopulate properties.

See Also