First (RecordsetCursor function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Created page with "<span class="pageSubtitle"><section begin=dpl_desc/><section end=dpl_desc/></span> Last function <p> <var>Last</var> is a member of the <var>...")
 
Line 15: Line 15:
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%cstate</th>
<tr><th>%cstate</th>
<td>If specified, a declared enumeration object of type <var>CursorState</var> to contain the state of the cursor after the completion of Last. Valid values are described in [[RecordsetCursor#Cursor state|"Cursor state"]].
<td>If specified, a declared enumeration object of type <var>CursorState</var> to contain the state of the cursor after the completion of Last. Valid values are described in [[RecordsetCursor class#Cursor state|"Cursor state"]].
</td></tr>
</td></tr>
<tr><th>%rscursor</th>
<tr><th>%rscursor</th>
<td>An instantiated <var>RecordsetCursor</var> object.
<td>An instantiated <var>RecordsetCursor</var> object.
</td></tr></table>
</td></tr></table>

Revision as of 21:25, 26 April 2011

<section begin=dpl_desc/><section end=dpl_desc/>

Last is a member of the 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

[%cstate =] %rscursor: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.