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.Folders Property

Specifies the dataset whose field values determine the folder’s structure.

#Declaration

Delphi
property Folders: TDataSet read; write;

#Property Value

Type
TDataSet

#Remarks

Use the Folders property to specify a dataset whose data specifies the folder’s structure. Note that the dataset assigned should contain three fields that specify a folder’s unique ID, its name and its parent folder’s ID. This enables you to provide a hierarchical folders structure. Use the FoldersFieldNamesMap property to specify which particular fields provide the desired data.

If the Folders property value is nil or not all the required field names are specified, end-users will not be able to save and explore reports.

See Also