Close (RecordsetCursor subroutine)

From m204wiki
Revision as of 18:25, 22 April 2011 by JAL2 (talk | contribs) (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 <...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

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

%rscursor:Close

Syntax terms

%rscursor An instantiated RecordsetCursor object.