value property
Returns the value of the data at the cursor's current position.
This property is read-only.
![]() |
Syntax
| JavaScript |
|---|
ptr = object.value |
Property values
Type: any
The value depends on the source of the cursor and the underlying object store.
Standards information
Remarks
If the result is an object, the object remains the same until the cursor iterates to a new record.
Changes to the results of the value property are visible to the object variable, but are not saved in the underlying object store.
See also
Show:
