TcxDlgShellRoot.BrowseFolder Property
Specifies one of the common folders as the starting location.
Declaration
property BrowseFolder: TcxBrowseFolder read; write; default bfDesktop;
Property Value
Type | Default |
---|---|
TcxBrowseFolder | bfDesktop |
Remarks
Use the BrowseFolder to select one of the common folders as the starting location for a shell browser dialog control. Common folders include: My Computer, My Documents, Desktop, Program Files, Favorites, etc. If this property is set to the bfCustomPath, then the CustomPath property specifies the starting location.
The default value of the BrowseFolder property is bfDesktop.
See Also