Xojo.Core.Dictionary.RemoveAll

From Xojo Documentation

Method

Xojo.Core.Dictionary.RemoveAll()

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