List of RecordsetCursor methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
m (Automatically generated page update)
Line 1: Line 1:
<!-- This page was automatically generated and will be automatically
<!-- This page was automatically generated and will be automatically
     replaced, so any manual edits will be lost. You've been warned. -->
     replaced, so any manual edits will be lost. You've been warned. -->
The following are the available [[RecordsetCursor class]] methods.
The following are the available <var>[[RecordsetCursor class|RecordsetCursor]]</var> class methods.
{{Template:Method list header|class=RecordsetCursor}}
{{Template:Method list header|class=RecordsetCursor}}
<div class="showVisit">
<div class="showVisit">

Revision as of 15:51, 20 July 2011

The following are the available RecordsetCursor class methods.

MethodDescription
CloseDiscard a RecordsetCursor object
CurrentRecordCreate Record object from current record in the set
FileNameReturn name of file containing the record at the current cursor position
FirstMove cursor to the first record in the set
LastMove cursor to the last record in the set
LockStrengthReturn lock strength of RecordsetCursor object
LoopLockStrengthSet or return minimum lock strength of records in For Record At loops
NewCreate a new RecordsetCursor object
NextMove cursor to the next record in the set
PAI
PreviousMove cursor to the previous record in the set
PrintAllInformation
RecordNumberReturn record number of record at current cursor position
StateReturn current state of RecordSetCursor
ToStringInformation about RecordSetCursor

See also