Adds or replaces key-value pair in the dictionary.
This allows to set a value of an arbitrary type: it first needs to be converted to a Variant. For most commonly used types also type-specific setters are provided.
this |
instance of Dictionary |
key |
key to be set |
value |
value to be set |
true if successful, false otherwise. |