TdxShellBreadcrumbEditPathEditorProperties Class
Stores path editor settings.
Declaration
TdxShellBreadcrumbEditPathEditorProperties = class(
TdxBreadcrumbEditPathEditorProperties
)
Remarks
The TdxShellBreadcrumbEditPathEditorProperties class members allow you to do the following:
- Specify if the shell breadcrumb control is enabled (Enabled).
- Enable read-only mode (ReadOnly).
- Specify a custom path delimiter (PathDelimiter).
- Disable (or enable) the recent paths functionality (RecentPathsEnabled).
- Access the collection of recent paths (RecentPaths).
- Limit the number of simultaneously displayed recent paths (RecentPathsDropDownRows).
- Disable (or enable) the path autocomplete functionality (AutoComplete).
- Load recent paths from the system registry (
UseSystemRecentPaths
).
A shell breadcrumb control’s Properties.PathEditor property references a TdxShellBreadcrumbEditPathEditorProperties object.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxBreadcrumbEditCustomPropertiesPersistent
TdxBreadcrumbEditPathEditorProperties
TdxShellBreadcrumbEditPathEditorProperties
See Also