Skip to main content

TdxPSDBBasedExplorerFieldNamesMap.ParentID Property

Specifies the name of the field containing parent folder IDs.

Declaration

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