Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxDlgShellRoot Class

Represents an object specifying the starting folder options for the shell browser dialog control.

#Declaration

Delphi
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