Back to Devexpress

TdxPSExplorerItem Class

vcl-dxpscore-e6a8c08f.md

latest1.2 KB
Original Source

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

TObject TCustomdxPSExplorerItem TdxPSExplorerItem

See Also

TdxPSExplorerItem Members

dxPSCore Unit