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 (1 revision) |
(No difference)
|
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. |
---|