TcxDlgShellRoot Class
Represents an object specifying the starting folder options for the shell browser dialog control.
Declaration
TcxDlgShellRoot = class(
TPersistent
)
Remarks
The TcxDlgShellRoot class represents an object containing the starting folder options for the shell browser dialog control. The BrowseFolder property allows setting the starting location to any of the common folders: Desktop, Favorites, Program Files, My Computer, etc. When BrowseFolder is set to bfCustomPath, then the CustomPath property specifies the path to the starting location.
Inheritance
TObject
TPersistent
TcxDlgShellRoot
See Also