Unit 'Contnrs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

TFPHashObjectList.Rename

Rename a key.

Declaration

Source position: contnrs.pp line 323

public function TFPHashObjectList.Rename(

  const AOldName: shortstring;

  const ANewName: shortstring

):Integer;

Arguments

AOldName

  

Key to rename.

ANewName

  

New name of key.

Function result

New position in the list.

Description

Rename renames key AOldname to ANewName. The hash value is recomputed and the object is moved in the list to it's new position.

Errors

If an object with ANewName already exists, an exception will be raised.


Documentation generated on: Jul 24 2023