TcxShellListRoot Class
In This Article
Stores starting folder settings for the TcxShellListView control.
#Declaration
Delphi
TcxShellListRoot = class(
TcxCustomShellRoot
)
#Remarks
The TcxShellListView
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 TcxCustomShellListView.Root property references a TcxShellListRoot
object.
#Inheritance
TObject
TPersistent
TcxCustomShellRoot
TcxShellListRoot
See Also