Dictionary.Key
From Xojo Documentation
Method
Returns the value of key for the Indexth sequential item in the Dictionary. The first item is numbered zero.
Notes
Keys are not case-sensitive, but they are encoding-sensitive. If there is no Indexth item in the Dictionary, a call generates an OutOfBoundsException error.