Class TStringIntegerMap
Unit
Declaration
type TStringIntegerMap = class(specialize TDictionary<string,Integer>)
Description
Map String->Integer.
Source: scene/x3d/x3dnodes_standard_grouping.inc (line 132).
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. Source: scene/x3d/x3dnodes_standard_grouping.inc (line 138). | |
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. Source: scene/x3d/x3dnodes_standard_grouping.inc (line 144). | |
Generated by PasDoc 0.17.0.snapshot.