TFPGMapInterfacedObjectData.Remove
Remove a key from the list
Declaration
Source position: fgl.pp line 433
public
function Remove(const AKey: TKey) : Integer;
Description
Remove removes the key AKey from the list, together with its associated data. The function returns the index of AKey prior to removal from the list, or -1 if AKey was not present in the list.
Errors
None.
See also
Name | Description |
---|---|
TFPGMap.Add | Add a key and value to the map |
TFPGMap.InsertKey | Insert a new key in the list |
TFPGMap.InsertKeyData | Insert a new key with associated data in the list |
TFPGMapInterfacedObjectData.Delete |