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

TdxPSDBBasedExplorerFolder.Folders Property

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

#Declaration

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

#Property Value

Type
TdxPSDBBasedExplorerFolder

#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. The maximum available index is the value of the FolderCount property 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 objects of a proper type.

See Also