List of Record methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
(Automatically generated page update)
 
(12 intermediate revisions by 4 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 7: Line 7:
<tr><th>Method</th><th>Description</th></tr>
<tr><th>Method</th><th>Description</th></tr>
<tr><td valign="top">[[Copy (Record function)|Copy]]</td><td valign="top">Copy this Record object</td></tr>
<tr><td valign="top">[[Copy (Record function)|Copy]]</td><td valign="top">Copy this Record object</td></tr>
<tr><td valign="top">[[CurrentImagineFile (Record function)|CurrentImagineFile]]</td><td valign="top">Get Imagine filename from current record in For looop</td></tr>
<tr><td valign="top">[[CurrentRecord (Record function)|CurrentRecord]]</td><td valign="top">Create a Record object from current record in For loop or Recordset</td></tr>
<tr><td valign="top">[[CurrentRecord (Record function)|CurrentRecord]]</td><td valign="top">Create a Record object from current record in For loop or Recordset</td></tr>
<tr><td valign="top">[[CurrentRecordId (Record function)|CurrentRecordId]]</td><td valign="top">Get recordId from current record in For loop</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">[[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">[[ImagineFile (Record function)|ImagineFile]]</td><td valign="top">Return the Imagine filename of the Imagine Transparency record</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">[[NewFromRecordId (Record function)|NewFromRecordId]]</td><td valign="top">Create new file-context Record object from recordId</td></tr>
<tr><td valign="top">[[PrintAllInformation (Record subroutine)|PrintAllInformation]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[NewFromRecordId (Record function)|NewFromRecordId]]</td><td valign="top">Create new group-context Record object from recordId</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">Print All Information from record</td></tr>
<tr><td valign="top">[[RecordId (Record function)|RecordId]]</td><td valign="top">Return the recordId of the Imagine Transparency 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 38:
</tr>
</tr>
</table>
</table>
[[Category:Lists of methods]]

Latest revision as of 21:18, 28 March 2025

The following are the available Record class methods.

MethodDescription
CopyCopy this Record object
CurrentImagineFileGet Imagine filename from current record in For looop
CurrentRecordCreate a Record object from current record in For loop or Recordset
CurrentRecordIdGet recordId from current record in For loop
DeepCopyDeep copy this Record object
FileNameReturn the name of the file that contains the Record object's record
ImagineFileReturn the Imagine filename of the Imagine Transparency record
IsUpdatedIs record updated in current transaction?
LockStrengthReturn lock strength of Record
LoopLockStrengthSet or return minimum lock strength for Record in For loops
NewCreate a new file-context Record object
NewCreate a new group-context Record object
NewFromRecordIdCreate new file-context Record object from recordId
NewFromRecordIdCreate new group-context Record object from recordId
PAIPrint All Information from record
PrintAllInformationPrint All Information from record
RecordIdReturn the recordId of the Imagine Transparency record
RecordNumberReturn file record number of Record object's record
ToStringInformation about Record
ToXmlDocReturn in an XmlDoc the fields and values of the Record object's record

See also