Close (RecordsetCursor subroutine): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
mNo edit summary
Line 5: 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 &amp;ldquo;closing&amp;rdquo; a cursor.
who prefer to think of "closing" a cursor.
==Syntax==
==Syntax==
{{Template:RecordsetCursor:Close syntax}}
{{Template:RecordsetCursor:Close syntax}}

Revision as of 23:00, 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.

See also