1 out of 2 rated this helpful - Rate this topic

key method

Retrieves the key at the specified index in the collection.

Web Storage, Section 4.1Internet Explorer 8

Syntax

var retval = Storage.key(lIndex);

Standards information

Parameters

lIndex [in]

Type: Integer

A zero-based index of the list entry, up to the length of the collection.

Return value

Type: StringReturns the name of the specified key.

Remarks

The key can be any string, including the empty string.

The order of keys may change when items are added to the collection.

Free the memory returned in pbstrKey with SysFreeString.

This method will throw an "Invalid Argument" exception if lIndex is out of range.

See also

Storage
getItem

 

 

Build date: 11/9/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.