List of RecordsetCursor methods: Difference between revisions
Jump to navigation
Jump to search
m Automatically generated page update |
m Automatically generated page update |
||
| Line 33: | Line 33: | ||
</tr> | </tr> | ||
</table> | </table> | ||
[[Category: | [[Category:Lists of methods]] | ||
Latest revision as of 20:30, 1 November 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 |