Class TStringIntegerMap
Unit
Declaration
type TStringIntegerMap = class(specialize TDictionary<string,Integer>)
Description
Map String->Integer.
Hierarchy
- TObject
 - TDictionary
 - TStringIntegerMap
 
Overview
Methods
![]()  | 
procedure Assign(const Source: TStringIntegerMap); | 
Properties
![]()  | 
property Items [const AKey: string]: Integer read GetItems write SetItems; | 
Description
Methods
![]()  | 
procedure Assign(const Source: TStringIntegerMap); | 
| 
 Assign contents (all keys, values) of another TStringIntegerMap instance.  | |
Properties
Generated by PasDoc 0.16.0-snapshot.
