TdxShellBreadcrumbEditShellOptions Class
Stores shell settings.
Declaration
TdxShellBreadcrumbEditShellOptions = class(
TcxOwnedPersistent
)
Remarks
The TdxShellBreadcrumbEditShellOptions class members allow you to do the following:
Customize the root folder settings (Root).
Display hidden folders (ShowHiddenFolders).
Show ZIP archives as files or folders (ShowZipFilesWithFolders).
Specify if the shell breadcrumb control tracks external shell changes (TrackShellChanges).
A shell breadcrumb control’s Properties.ShellOptions property references a TdxShellBreadcrumbEditShellOptions object.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxShellBreadcrumbEditShellOptions
See Also