Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPSFileBasedExplorerFolder.Folders Property

Provides indexed access to child folders on the immediate nesting level.

#Declaration

Delphi
property Folders[Index: Integer]: TdxPSFileBasedExplorerFolder read; default;

#Property Value

Type
TdxPSFileBasedExplorerFolder

#Remarks

Use the Folders property to access a folder’s immediate child folders. The folder to be accessed is identified via the zero-based Index parameter. Note that the maximum available index is the FolderCount property value decremented by one. The FolderCount and Folders properties can be used in combination to traverse through child folders.

The Folders property overrides the base class property to return object of a proper kind.

See Also