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

TdxPSDBBasedExplorerItem Class

Represents a report item in a TdxPSDBBasedExplorer component.

#Declaration

Delphi
TdxPSDBBasedExplorerItem = class(
    TdxPSExplorerItem
)

#Remarks

A data-aware explorer component that allows end-users to explore reports stored in a dataset. Each individual report is represented by a record from the explorer’s items dataset. Thus, a TdxPSDBBasedExplorerItem object corresponds to such a record.

TdxPSDBBasedExplorerItem objects can be accessed using the explorer component’s FindItemByID and FindCustomItemByUniqueID methods. You can also access a folder’s child items using the folder object’s items property. If you need to create a new item based on a particular report link’s settings, use the explorer’s CreateNewItem method or a folder’s CreateItem method.

The common functionality of items used by explorer components is implemented by the TdxPSExplorerItem class. The TdxPSDBBasedExplorerItem class inherits this functionality and introduces new members specific to data-aware explorers.

#Inheritance

See Also