Skip to main content

TcxCustomShellListView.Root Property

Contains starting folder options.

Declaration

property Root: TcxShellListRoot read; write;

Property Value

Type
TcxShellListRoot

Remarks

Use the Root property to access shell list view starting folder options. The Root.BrowseFolder property specifies the folder that is opened when the shell list view is created. If this property is set to bfCustomPath, then the starting folder path is defined by the Root.CustomPath property.

The current path to the currently opened shell item is specified via the AbsolutePath property. If the current starting folder is virtual (for instance, Recycle Bin), then the folder’s identifier can be accessed via the AbsolutePIDL property.

See Also