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