JVCL Help:TJvBaseDataItem.SetID

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Sets the ID value of the Data Item.


Pascal

 procedureSetID(Value: string);


Parameters

Parameters Description
Value: string The new ID for the Data Item


Description

SetID will set the item's (usually unique) ID value. The ID value can be used to search for a specific item if it's not known where in the tree that item resided.
Normally the ID will be unique throughout the tree. There can be situations where this is not the case. Never assume the ID is unique and always usable to retrieve a specific item.


See Also

IJvDataItem.GetID


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page