Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Key/Value map to store values. An assoziative array preserving data types.
Version | macOS | Windows | Linux | Server | iOS SDK |
5.0 / 11.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Item | Details |
---|---|
Dictionary.AddDictionary Adds entries from other dictionary to current one. | All 11.1 |
Dictionary.AddSQL Adds values to a dictionary via SQL. | All 5.1 |
Dictionary.AddSQLRecord Adds values from a record to dictionary via SQL. | All 7.4 |
Dictionary.AddSQLRecords Adds values from a record to dictionary via SQL. | All 7.4 |
Dictionary.Clear Clears the dictionary content. | All 5.0 |
Dictionary.Clone Creates a clone of the dictionary. | All 6.1 |
Dictionary.Count Returns number of keys in the dictionary. | All 5.0 |
Dictionary.Create Creates a new dictionary. | All 5.0 |
Dictionary.CreateNamed Creates a new dictionary with desired key. | All 8.1 |
Dictionary.Deserialize Restores a serialized dictionary. | All 5.2 |
Dictionary.FromJSON Creates dictionary from JSON. | All 11.1 |
Dictionary.HasKey Checks if the given key exists in dictionary. | All 5.0 |
Dictionary.KeyAtIndex Returns key with given index. | All 5.0 |
Dictionary.Keys Returns list with all keys. | All 5.0 |
Dictionary.List Returns list of all dictionary IDs. | All 5.2 |
Dictionary.Release Releases dictionary and all memory used. | All 5.0 |
Dictionary.ReleaseAll Releases all dictionaries. | All 10.5 |
Dictionary.RemoveKey Removes value with given key. | All 5.0 |
Dictionary.Serialize Serialized a dictionary as a text. | All 5.2 |
Dictionary.SetList Fills dictionary with keys and values form a list. | All 6.2 |
Dictionary.SetQuickList Fills dictionary with keys and values form a quick list. | All 7.1 |
Dictionary.SetValueForKey Stores value for given key. | All 5.0 |
Dictionary.SetVariables Creates variables with given keys and value from dictionary. | All 5.1 |
Dictionary.ToJSON Returns JSON representation of dictionary for data exchange. | All 6.1 |
Dictionary.ToText Returns text representation of dictionary for data exchange. | All 6.1 |
Dictionary.ToXML Returns XML representation of dictionary for data exchange. | All 6.1 |
Dictionary.ValueForKey Queries value for the key. | All 5.0 |
Dictionary.ValueTypeForKey Queries data type of the value for the key. | All 5.1 |
Dictionary.Values Returns list with all values as text. | All 5.1 |
29 functions.
Feedback: Report problem or ask question.