Class TStringIntegerMap

Unit

Declaration

type TStringIntegerMap = class(specialize TDictionary<string,Integer>)

Description

Map String->Integer.

Hierarchy

  • TObject
  • TDictionary
  • TStringIntegerMap

Overview

Methods

Public procedure Assign(const Source: TStringIntegerMap);

Properties

Public property Items [const AKey: string]: Integer read GetItems write SetItems;

Description

Methods

Public procedure Assign(const Source: TStringIntegerMap);

Assign contents (all keys, values) of another TStringIntegerMap instance.

Properties

Public property Items [const AKey: string]: Integer read GetItems write SetItems;

Access dictionary items. Setting this is allowed regardless if the key previously existed or not, in other words: setting this does AddOrSetValue, contrary to the ancestor TDictionary that only allows setting when the key already exists.


Generated by PasDoc 0.16.0-snapshot.