Last (RecordsetCursor function): Difference between revisions
Jump to navigation
Jump to search
m (→Syntax terms) |
m (1 revision) |
(No difference)
|
Revision as of 22:48, 26 April 2011
Move cursor to the last record in the set (RecordsetCursor class)
Valid in any state,
this callable
method positions the cursor on the last record in
the set, and it leaves the cursor in the HasRecord state.
Syntax
[%cursorState =] recordsetCursor:Last
Syntax terms
%cstate | If specified, a declared enumeration object of type CursorState to contain the state of the cursor after the completion of Last. Valid values are described in "Cursor state". |
---|---|
%rscursor | An instantiated RecordsetCursor object. |