Class TStringLongIntMap

Unit

Declaration

type TStringLongIntMap = class(specialize TDictionary<string,LongInt>)

Description

Map String->LongInt.

Hierarchy

Overview

Methods

Public procedure Assign(const Source: TStringLongIntMap);

Properties

Public property Items [constAKey:string]: LongInt read GetItems write SetItems;

Description

Methods

Public procedure Assign(const Source: TStringLongIntMap);

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

Properties

Public property Items [constAKey:string]: LongInt 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.