Close (RecordsetCursor subroutine)

From m204wiki
Revision as of 23:01, 26 April 2011 by JAL2 (talk | contribs)
Jump to navigation Jump to search

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