Skip to main content

TdxCustomShellListView.Folders Property

Provides indexed access to shell items currently displayed in the Shell List View control.

Declaration

property Folders[AIndex: Integer]: TcxShellFolder read;

Property Value

Type Description
TcxShellFolder

A shell item.

Remarks

Use the Folders property to access shell items (that is, folder and file objects) currently displayed in the Shell List View control.

You can use the FolderCount property to identify the number of accessible shell items.

See Also