Skip to main content

TdxDBBasedExplorerItemUniqueID Record

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

Declaration

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