Skip to main content

TdxPSExplorerItem Class

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

Declaration

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