List of RecordsetCursor methods: Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (Automatically generated page update) |
||
(3 intermediate revisions by the same user not shown) | |||
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"> | ||
<table class="wikitable"> | <table class="wikitable"> | ||
<tr><th>Method</th><th>Description</th></tr> | <tr><th>Method</th><th>Description</th></tr> | ||
<tr><td valign="top">[[Close (RecordsetCursor subroutine)|Close]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[Close (RecordsetCursor subroutine)|Close]]</td><td valign="top">Discard a RecordsetCursor object</td></tr> | ||
<tr><td valign="top">[[CurrentRecord (RecordsetCursor function)|CurrentRecord]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[CurrentRecord (RecordsetCursor function)|CurrentRecord]]</td><td valign="top">Create Record object from current record in the set</td></tr> | ||
<tr><td valign="top">[[FileName (RecordsetCursor function)|FileName]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[FileName (RecordsetCursor function)|FileName]]</td><td valign="top">Return name of file containing the record at the current cursor position</td></tr> | ||
<tr><td valign="top">[[First (RecordsetCursor function)|First]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[First (RecordsetCursor function)|First]]</td><td valign="top">Move cursor to the first record in the set</td></tr> | ||
<tr><td valign="top">[[Last (RecordsetCursor function)|Last]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[Last (RecordsetCursor function)|Last]]</td><td valign="top">Move cursor to the last record in the set</td></tr> | ||
<tr><td valign="top">[[LockStrength (RecordsetCursor function)|LockStrength]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[LockStrength (RecordsetCursor function)|LockStrength]]</td><td valign="top">Return lock strength of RecordsetCursor object</td></tr> | ||
<tr><td valign="top">[[LoopLockStrength (RecordsetCursor property)|LoopLockStrength]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[LoopLockStrength (RecordsetCursor property)|LoopLockStrength]]</td><td valign="top">Set or return minimum lock strength of records in For Record At loops</td></tr> | ||
<tr><td valign="top">[[New (RecordsetCursor constructor)|New]]</td><td valign="top">Create a new RecordsetCursor object</td></tr> | <tr><td valign="top">[[New (RecordsetCursor constructor)|New]]</td><td valign="top">Create a new RecordsetCursor object</td></tr> | ||
<tr><td valign="top">[[Next (RecordsetCursor function)|Next]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[Next (RecordsetCursor function)|Next]]</td><td valign="top">Move cursor to the next record in the set</td></tr> | ||
<tr><td valign="top">[[PAI (RecordsetCursor subroutine)|PAI]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[PAI (RecordsetCursor subroutine)|PAI]]</td><td valign="top"></td></tr> | ||
<tr><td valign="top">[[Previous (RecordsetCursor function)|Previous]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[Previous (RecordsetCursor function)|Previous]]</td><td valign="top">Move cursor to the previous record in the set</td></tr> | ||
<tr><td valign="top">[[PrintAllInformation (RecordsetCursor subroutine)|PrintAllInformation]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[PrintAllInformation (RecordsetCursor subroutine)|PrintAllInformation]]</td><td valign="top"></td></tr> | ||
<tr><td valign="top">[[RecordNumber (RecordsetCursor function)|RecordNumber]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[RecordNumber (RecordsetCursor function)|RecordNumber]]</td><td valign="top">Return record number of record at current cursor position</td></tr> | ||
<tr><td valign="top">[[State (RecordsetCursor function)|State]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[State (RecordsetCursor function)|State]]</td><td valign="top">Return current state of RecordSetCursor</td></tr> | ||
<tr><td valign="top">[[ToString (RecordsetCursor function)|ToString]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[ToString (RecordsetCursor function)|ToString]]</td><td valign="top">Information about RecordSetCursor</td></tr> | ||
</table> | </table> | ||
</div> | </div> | ||
Line 33: | Line 33: | ||
</tr> | </tr> | ||
</table> | </table> | ||
[[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 |