[Overview][Resource strings][Types][Classes][Index] Reference for unit 'versiontypes' (#fcl-res)

TVersionStringTable.Delete

Deletes an item

Declaration

Source position: versiontypes.pp line 93

public procedure TVersionStringTable.Delete(

  const aIndex: Integer

); overload;

procedure TVersionStringTable.Delete(

  const aKey: string

); overload;

Arguments

aIndex

  

The index of the item to delete

Arguments

aKey

  

The key of the item to delete

Description

The item to delete can be specified by its index or by its key.

Errors

If aKey is not found, an EKeyNotFoundException exception is raised.

See also

TVersionStringTable.Keys

  

Indexed array of keys in the object

TVersionStringTable.Values

  

Array of values in the object, accessed by key

TVersionStringTable.ValuesByIndex

  

Indexed array of values in the object


Documentation generated on: May 14 2021