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

TdxDBBasedExplorerItemUniqueID Record

In This Article

Represents a unique identifier of an item in a TdxPSDBBasedExplorer component.

#Declaration

Delphi
TdxDBBasedExplorerItemUniqueID = record

#Remarks

Report items and folders displayed by a data-aware explorer component represent objects that have the same ancestor. Thus, they can be both referred to as items. The TdxDBBasedExplorerItemUniqueID structure provides fields that uniquely identify an item. The ID field contains an item’s or folder’s ID. The ItemType field specifies whether the item is a report or a folder.

Pointers to the TdxDBBasedExplorerItemUniqueID type can be passed to an explorer component’s FindCustomItemByUniqueID method to obtain a particular report or folder. Please refer to the PdxDBBasedExplorerItemUniqueID type description for details.

See Also