Skip to main content

TcxShellFolder Class

A shell item.

Declaration

TcxShellFolder = class(
    TObject
)

Remarks

A shell item corresponds to a folder, file, or virtual shell item. The TcxShellFolder class has members that allow you to do the following:

The following public API members reference a TcxShellFolder object:

TdxCustomShellListView.Folders
Provides indexed access to shell items currently displayed in the Shell List View control.
TdxShellTreeView.Folders
Provides access to shell items currently displayed in the Shell Tree View control.
TcxCustomShellRoot.Folder
Provides access to the folder shell item that corresponds to the current starting location.
TcxCustomShellListView.Folders
Provides access to shell items that are displayed within a shell list view.
TcxCustomShellTreeView.Folders
Provides access to shell items that are displayed within a shell tree view.

Inheritance

TObject
TcxShellFolder
See Also