TdxShellBreadcrumbEditRoot Class
In This Article
Stores starting folder settings for the TdxShellBreadcrumbEdit control.
#Declaration
Delphi
TdxShellBreadcrumbEditRoot = class(
TcxCustomShellRoot
)
#Remarks
The TdxShellBreadcrumbEditRoot
class has members that allow you to do the following:
- Switch between Windows Desktop, My Computer, My Documents, and other starting locations in Windows Shell (BrowseFolder).
- Specify the custom folder as the starting location (CustomPath).
- Identify the current starting location (CurrentPath).
The shell breadcrumb editor’s Properties.ShellOptions.Root property references a TdxShellBreadcrumbEditRoot
object.
#Inheritance
TObject
TPersistent
TcxCustomShellRoot
TdxShellBreadcrumbEditRoot
See Also