List of RecordsetCursor methods
Jump to navigation
Jump to search
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 |