Xojo.Core.Dictionary.RemoveAll
From Xojo Documentation
Method
Removes all entries from the Dictionary. This invalidates all iterators that were created from the Dictionary.
Sample Code
Remove all entries from a Dictionary:
d1.RemoveAll
Removes all entries from the Dictionary. This invalidates all iterators that were created from the Dictionary.
Remove all entries from a Dictionary: