Close (RecordsetCursor subroutine): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
mNo edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Template:RecordsetCursor:Close subtitle}} | {{Template:RecordsetCursor:Close subtitle}} | ||
<var>Close</var> is an alternative to the system <var>[[Object variables#Discarding explicitly|Discard]]</var> | <var>Close</var> is an alternative to the system <var>[[Object variables#Discarding explicitly|Discard]]</var> | ||
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 | who prefer to think of "closing" a cursor. | ||
==Syntax== | ==Syntax== | ||
{{Template:RecordsetCursor:Close syntax}} | {{Template:RecordsetCursor:Close syntax}} | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th> | <tr><th>recordsetCursor</th> | ||
<td> | <td>A <var>RecordsetCursor</var> object.</td></tr> | ||
</td></tr></table> | </table> | ||
==See also== | ==See also== | ||
{{Template:RecordsetCursor:Close footer}} | {{Template:RecordsetCursor:Close footer}} |
Latest revision as of 19:15, 12 November 2012
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
recordsetCursor | A RecordsetCursor object. |
---|