Python3Script Xojo Plugin |
|
Python3Dictionary.Contains Method
Checks if the dictionary has a element with a given string key

Contains(
key
as String)
as Boolean
Parameters
- key
- The key to check for
Returns
- Boolean
- True if the element with the given exists in the dictionary, else false.
Remarks
See Also
Python3Dictionary Class