Dictionary.Keys() (Method)

Return a collection of all the keys currently defined in the Dictionary.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:VBArray object
JavaScript syntax:IEmyDictionary.Keys()

The entire set of key names is returned in a VBArray. If you want to access this as a normal JavaScript array, you should use the toArray() method on the VBArray that is created by the Items() method.

Warnings: