Dictionary.RemoveAll

From Xojo Documentation

Method

Dictionary.RemoveAll()

New in 2019r2

Supported for all project types and targets.

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