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.ParentID Property

Specifies the name of the field containing parent folder IDs.

#Declaration

Delphi
property ParentID: string index fnmParentID read; write;

#Property Value

Type
string

#Remarks

The ParentID property specifies the field whose values are used to build the tree structure of folders and items. You should assign the name of a field containing integer values to this property, values in the specified field refer to a folder’s dataset ID.

You can change a parent folder at runtime using the desired folder’s or item’s ParentID property.

See Also