Close (RecordsetCursor subroutine): Difference between revisions
Jump to navigation
Jump to search
m (Created page with "<span class="pageSubtitle"><section begin=dpl_desc/><section end=dpl_desc/></span> Close subroutine <p> <var>Close</var> is a member of the <...") |
m (Created page with "<span class="pageSubtitle"><section begin=dpl_desc/><section end=dpl_desc/></span> Close subroutine <p> <var>Close</var> is a member of the <...") |
||
Line 1: | Line 1: | ||
{{Template:RecordsetCursor:Close subtitle}} | |||
Line 9: | Line 5: | ||
method. | method. | ||
It is a synonym for, and entirely similar to, <var>Discard</var>, for those | It is a synonym for, and entirely similar to, <var>Discard</var>, for those | ||
who prefer to think of “closing” a cursor. | who prefer to think of &ldquo;closing&rdquo; a cursor. | ||
==Syntax== | ==Syntax== | ||
{{Template:RecordsetCursor:Close syntax}} | |||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
Line 18: | Line 13: | ||
<td>An instantiated <var>RecordsetCursor</var> object. | <td>An instantiated <var>RecordsetCursor</var> object. | ||
</td></tr></table> | </td></tr></table> | ||
==See also== | |||
{{Template:RecordsetCursor:Close footer}} |
Revision as of 22:48, 26 April 2011
Discard a RecordsetCursor object (RecordsetCursor class)
Close is an alternative to the system Discard method. It is a synonym for, and entirely similar to, Discard, for those who prefer to think of “closing” a cursor.
Syntax
recordsetCursor:Close
Syntax terms
%rscursor | An instantiated RecordsetCursor object. |
---|