Back to Devexpress

TdxShellBreadcrumbEditRoot Class

vcl-dxshellbreadcrumbedit-789c1349.md

latest1.4 KB
Original Source

TdxShellBreadcrumbEditRoot Class

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

TdxShellBreadcrumbEditRoot Members

dxShellBreadcrumbEdit Unit