List of Record methods: Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
(Automatically generated page update) |
||
(7 intermediate revisions by 2 users 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 [[Record class]] methods. | The following are the available <var>[[Record class|Record]]</var> class methods. | ||
{{Template:Method list header|class=Record}} | {{Template:Method list header|class=Record}} | ||
<div class="showVisit"> | <div class="showVisit"> | ||
Line 10: | Line 10: | ||
<tr><td valign="top">[[DeepCopy (Record function)|DeepCopy]]</td><td valign="top">Deep copy this Record object</td></tr> | <tr><td valign="top">[[DeepCopy (Record function)|DeepCopy]]</td><td valign="top">Deep copy this Record object</td></tr> | ||
<tr><td valign="top">[[FileName (Record function)|FileName]]</td><td valign="top">Return the name of the file that contains the Record object's record</td></tr> | <tr><td valign="top">[[FileName (Record function)|FileName]]</td><td valign="top">Return the name of the file that contains the Record object's record</td></tr> | ||
<tr><td valign="top">[[IsUpdated (Record function)|IsUpdated]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[IsUpdated (Record function)|IsUpdated]]</td><td valign="top">Is record updated in current transaction?</td></tr> | ||
<tr><td valign="top">[[LockStrength (Record function)|LockStrength]]</td><td valign="top">Return lock strength of Record</td></tr> | <tr><td valign="top">[[LockStrength (Record function)|LockStrength]]</td><td valign="top">Return lock strength of Record</td></tr> | ||
<tr><td valign="top">[[LoopLockStrength (Record property)|LoopLockStrength]]</td><td valign="top">Set or return minimum lock strength for Record in For loops</td></tr> | <tr><td valign="top">[[LoopLockStrength (Record property)|LoopLockStrength]]</td><td valign="top">Set or return minimum lock strength for Record in For loops</td></tr> | ||
<tr><td valign="top">[[New (Record constructor)|New]]</td><td valign="top">Create a new Record object</td></tr> | <tr><td valign="top">[[New (Record constructor)|New]]</td><td valign="top">Create a new file-context Record object</td></tr> | ||
<tr><td valign="top">[[New (Record constructor)|New]]</td><td valign="top">Create a new Record object</td></tr> | <tr><td valign="top">[[New (Record constructor)|New]]</td><td valign="top">Create a new group-context Record object</td></tr> | ||
<tr><td valign="top">[[PAI (Record subroutine)|PAI]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[PAI (Record subroutine)|PAI]]</td><td valign="top">Print All Information from record</td></tr> | ||
<tr><td valign="top">[[PrintAllInformation (Record subroutine)|PrintAllInformation]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[PrintAllInformation (Record subroutine)|PrintAllInformation]]</td><td valign="top">Print All Information from record</td></tr> | ||
<tr><td valign="top">[[RecordNumber (Record function)|RecordNumber]]</td><td valign="top">Return file record number of Record object's record</td></tr> | <tr><td valign="top">[[RecordNumber (Record function)|RecordNumber]]</td><td valign="top">Return file record number of Record object's record</td></tr> | ||
<tr><td valign="top">[[ToString (Record function)|ToString]]</td><td valign="top">Information about Record</td></tr> | <tr><td valign="top">[[ToString (Record function)|ToString]]</td><td valign="top">Information about Record</td></tr> | ||
Line 32: | Line 32: | ||
</tr> | </tr> | ||
</table> | </table> | ||
[[Category:Lists of methods]] |
Latest revision as of 19:04, 1 May 2013
The following are the available Record class methods.
Method | Description |
---|---|
Copy | Copy this Record object |
CurrentRecord | Create a Record object from current record in For loop or Recordset |
DeepCopy | Deep copy this Record object |
FileName | Return the name of the file that contains the Record object's record |
IsUpdated | Is record updated in current transaction? |
LockStrength | Return lock strength of Record |
LoopLockStrength | Set or return minimum lock strength for Record in For loops |
New | Create a new file-context Record object |
New | Create a new group-context Record object |
PAI | Print All Information from record |
PrintAllInformation | Print All Information from record |
RecordNumber | Return file record number of Record object's record |
ToString | Information about Record |
ToXmlDoc | Return in an XmlDoc the fields and values of the Record object's record |