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

TdxPSDBBasedExplorerFieldNamesMap.ID Property

Specifies the name of the field containing item or folder IDs.

#Declaration

Delphi
property ID: string index fnmID read; write;

#Property Value

Type
string

#Remarks

The ID property should be set to the name of a unique field containing integer values. These values are used to locate an item or folder by its ID, using the explorer component’s FindItemByID, FindFolderByID and FindCustomItemByUniqueID methods.

Note that folder IDs are referenced by the ParentID field to specify an item’s or folder’s parent folder.

See Also