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

TdxPSExplorerFolder Class

Serves as the base for objects representing folders in report explorer components.

#Declaration

Delphi
TdxPSExplorerFolder = class(
    TCustomdxPSExplorerItem
)

#Remarks

The common functionality of folders and report items displayed by explorer components is implemented by the TCustomdxPSExplorerItem class. The TdxPSExplorerFolder class extends that classes functionality implementing the common features of folders that contain report items. Note that TdxPSExplorerFolder objects are not used in components directly, descendant objects are used instead. In particular, the TdxPSFileBasedExplorer class uses TdxPSFileBasedExplorerFolder class to represent its folders. The TdxPSDBBasedExplorer component uses the TdxPSDBBasedExplorerFolder class for the same purpose.

#Inheritance

See Also