Skip to main content

TdxPSDBBasedExplorer.Root Property

Returns an object representing the root folder.

Declaration

property Root: TdxPSDBBasedExplorerFolder read;

Property Value

Type
TdxPSDBBasedExplorerFolder

Remarks

Use the Root property to obtain an object representing the explorer’s root folder. Note that this folder doesn’t have a corresponding entry in the Folders dataset. The object returned corresponds to an abstract folder that contains folders and items whose parent folder ID is zero.

You can use the Root property to start a recursive search through items and/or folders. Use the obtained object’s Folders and Items properties to access the root folder’s immediate children.

See Also