Skip to main content

TdxPSExplorerFolder Class

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

Declaration

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