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

TdxPSFileBasedExplorerRootFolder Class

Represents the root folder in a TdxPSFileBasedExplorer component.

#Declaration

Delphi
TdxPSFileBasedExplorerRootFolder = class(
    TdxPSFileBasedExplorerFolder
)

#Remarks

File-based explorer components enable end-users to explore reports stored in individual files. The component explores a child branch of a folder specified by the RootPath property. That folder is represented by a TdxPSFileBasedExplorerRootFolder instance that can be accessed via the explorer’s Root property.

The TdxPSFileBasedExplorerRootFolder class inherits most functionality from the TdxPSFileBasedExplorerFolder class whose instances represent the root’s child folders. It introduces the DriveType and VolumeLabel properties that enable you to determine the type of drive where the explored folders are located and the volume label, if the object represents a volume.

See Also