List of Record methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
Line 16: Line 16:
<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 file-context 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">[[New (Record constructor)|New]]</td><td valign="top">Create a new group-context Record object</td></tr>
<tr><td valign="top">[[NewFromRecordId (Record function)|NewFromRecordId]]</td><td valign="top">Create a new file-context Record object</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">[[NewFromRecordId (Record function)|NewFromRecordId]]</td><td valign="top">Create a new group-context Record object</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">[[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">[[PrintAllInformation (Record subroutine)|PrintAllInformation]]</td><td valign="top">Print All Information from record</td></tr>

Revision as of 18:50, 24 March 2025

The following are the available Record class methods.

MethodDescription
CopyCopy this Record object
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
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