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

TdxPSDBBasedExplorer.Root Property

Returns an object representing the root folder.

#Declaration

Delphi
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