Python3Script Xojo Plugin
Python3Dictionary.SetValue Method
Sets value in the dictionary by a string key.
SetValue(
key
as
String,
value
as
Python3EntityBase
)
Parameters
key
The key of the item to set.
value
The value to be set.
Remarks
See Also
Python3Dictionary Class