Python3Script Xojo Plugin
Python3Dictionary.Remove Method
Removes item from the dictionary by a given key.
Remove(
key
as
Python3EntityBase
)
Parameters
key
The key of the item to be removed. The Python type for this key must be Hash-able.
Remarks
See Also
Python3Dictionary Class