PythonScript Xojo Plugin

PythonDictionary.Remove Method (console safe)

Removes item from the dictionary by a given key.

Remove(
   key as PythonEntityBase)

Parameters

key
The key of the item to be removed. The Python type for this key must be Hash-able.

Remarks

See Also

PythonDictionary Class