Class TStringStringMap
Unit
Declaration
type TStringStringMap = class(specialize TDictionary<string,string>)
Description
String-to-string map. Note that in simple cases you can also use standard TStringList functionality (see it's properties Names, Values), but this is better if your key/values may be multiline.
Hierarchy
- TObject
- TDictionary
- TStringStringMap
Overview
Methods
procedure PutPreserve(const Name, Content: String); |
|
function CreateCopy: TStringStringMap; |
|
procedure Assign(const Source: TStringStringMap); |
Properties
property Items [const AKey: string]: string read GetItems write SetItems; |
Description
Methods
function CreateCopy: TStringStringMap; |
|
Create another TStringStringMap with exactly the same contents at the beginning. |
procedure Assign(const Source: TStringStringMap); |
|
Assign contents (all keys, values) of another TStringStringMap instance. |
Properties
Generated by PasDoc 0.16.0-snapshot.