List of RecordsetCursor methods: Difference between revisions
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.
Method | Description |
---|---|
Close | Discard a RecordsetCursor object |
CurrentRecord | Create Record object from current record in the set |
FileName | Return name of file containing the record at the current cursor position |
First | Move cursor to the first record in the set |
Last | Move cursor to the last record in the set |
LockStrength | Return lock strength of RecordsetCursor object |
LoopLockStrength | Set or return minimum lock strength of records in For Record At loops |
New | Create a new RecordsetCursor object |
Next | Move cursor to the next record in the set |
PAI | |
Previous | Move cursor to the previous record in the set |
PrintAllInformation | |
RecordNumber | Return record number of record at current cursor position |
State | Return current state of RecordSetCursor |
ToString | Information about RecordSetCursor |