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

TdxPSExplorerItem Class

Serves as the base for the object representing report items in explorer components.

#Declaration

Delphi
TdxPSExplorerItem = class(
    TCustomdxPSExplorerItem
)

#Remarks

The TdxPSExplorerItem class is derived from TCustomdxPSExplorerItem class which is the common ancestor to folders and items used by explorer components. The descendant extends the base class functionality to implement features common for report items. Thus, it serves as the ancestor for TdxPSFileBasedExplorerItem and TdxPSDBBasedExplorerItem classes. These classes represent report items in the TdxPSFileBasedExplorer and TdxPSDBBasedExplorer components respectively.

#Inheritance

See Also