Close (RecordsetCursor subroutine)

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.

See also