TStringMap
A Tree map backed map with String keys and Object values.
Constructors
Method New()
Creates a new TStringMap.
By default, the map is case-sensitive.
Method New(caseSensitive:Int)
Creates a new TStringMap.
If caseSensitive is False, the map will be case-insensitive.
