| [Overview][Resource strings][Types][Classes][Index] | 
Deletes an item
Source position: versiontypes.pp line 93
public procedure TVersionStringTable.Delete(  | 
const aIndex: Integer  | 
); overload;  | 
const aKey: string  | 
); overload;  | 
aIndex  | 
  | 
The index of the item to delete  | 
aKey  | 
  | 
The key of the item to delete  | 
The item to delete can be specified by its index or by its key.
If aKey is not found, an EKeyNotFoundException exception is raised.
  | 
Indexed array of keys in the object  | 
|
  | 
Array of values in the object, accessed by key  | 
|
  | 
Indexed array of values in the object  |