Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server (Not)
Client
Old
Guides
Examples
New in version:
6.5
7.0
7.1
7.2
7.3
7.4
7.5
8.0
8.1
8.2
Statistic
Component: Dictionary
Key/Value map to store values. An assoziative array preserving data types.
Name | Description | Mac/Win | Version |
---|---|---|---|
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.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.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 |
26 functions.
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins