[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Simultaneously change the list owning the object and the name of the object.
Source position: contnrs.pp line 289
public procedure TFPHashObject.ChangeOwnerAndName( |
HashObjectList: TFPHashObjectList; |
const s: shortstring |
); |
HashObjectList |
|
Hash list in which to insert object. |
s |
|
New name with which to insert object. |
ChangeOwnerAndName can be used to move the object between hash lists: The object will be removed correctly from the hash list that currently owns it (using the current name), and will be inserted in the list HashObjectList with the new name S.
If the new name already is present in the new hash list, an exception will be raised.
|
Change the list owning the object. |
|
|
Current name of the object |