Skip to main content

TdxPSDBBasedExplorerFieldNamesMap.ID Property

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

Declaration

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