Feedback
Add Dictionary.Key(index)
- Status
- Fixed
- Fixed in
- v26.6.2
- Source discussion
- https://forum.objo.dev/d/281-key-is-missing-in-dictionary
- Last updated
- 2026-06-07
Public summary
Add a Dictionary.Key(index As Integer) method that returns the key at a zero-based dictionary enumeration index. This gives Xojo users a familiar convenience for iterating dictionary keys by index without first assigning dict.Keys to a separate array.