Dictionary.Count
From Xojo Documentation
This item was deprecated in version 2019r2. Please use Dictionary.KeyCount as a replacement. |
Read-Only Property (As Integer )
The number of key-value pairs in the Dictionary.
Notes
Returns the actual Count, not the Ubound of an array.
Sample Code
The following code displays the number of key-value pairs: