IDBCursorWithValue
Overview
The IDBCursorWithValue interface of the IndexedDB API represents a cursor for traversing or iterating over multiple records in a database. It is the same as the IDBCursor, except that it includes the value property.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
- Ancestry: IDBCursor | IDBCursorWithValue
Properties
value
property value: String read;
String value { get; }
var value: String { get{} }
String value { __get; }
ReadOnly Property value() As String