---
id: tstringmap
title: TStringMap
sidebar_label: 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](../../../brl/brl.blitz/#false), the map will be case-insensitive.