TdxPSFileBasedExplorer.Root Property
In This Article
Returns an object representing the root folder.
#Declaration
Delphi
property Root: TdxPSFileBasedExplorerRootFolder read;
#Property Value
Type |
---|
Tdx |
#Remarks
Use the Root property to access the root folder. The object returned allows you to navigate through the folders and reports hierarchy. You can use the obtained object’s Folders and Items properties for this purpose.
The Root property overrides the base class Root property to return an object of the proper type.
See Also