Python3Script Xojo Plugin |
|
Python3Dictionary.GetValue Method
Gets value by given string key from the dictionary
Parameters
- key
- The key of the item to get.
Returns
- Python3Entity
- The found value or nil if value with the given key did not exist.
Remarks
See Also
Python3Dictionary Class