[Overview][Constants][Types][Classes][Index] |
Remove a key/value pair from the map.
Source position: fgl.pp line 280
public function TFPSMap.Remove( |
AKey: Pointer |
):Integer; |
AKey |
|
Key to remove from the map. |
Index of AKey prior to removal, or -1 if not found.
Remove removes the key/value pair pointing to by AKey from the map. It returns the index of Akey prior to removal from the list. If AKey was not found, -1 is returned.
None.
|
Delete an item from the list |
|
|
Index of key pointed to by AKey |