[Overview][Constants][Types][Classes][Index] |
Remove a key from the list
Source position: fgl.pp line 332
public function TFPGMap.Remove( |
const AKey: TKey |
):Integer; |
AKey |
|
Key to remove from the list. |
Index of AKey prior to removal.
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.
None.
|
Insert a new key in the list |
|
|
Insert a new key with associated data in the list |
|
|
Add a key and value to the map |
|
TFPSMap.Delete |