List of Record methods: Difference between revisions
Jump to navigation
Jump to search
Automatically generated page update |
Automatically generated page update |
||
| 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">[[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">[[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">[[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> | ||
Latest revision as of 21:18, 28 March 2025
The following are the available Record class methods.
| Method | Description |
|---|---|
| Copy | Copy this Record object |
| CurrentImagineFile | Get Imagine filename from current record in For looop |
| CurrentRecord | Create a Record object from current record in For loop or Recordset |
| CurrentRecordId | Get recordId from current record in For loop |
| DeepCopy | Deep copy this Record object |
| FileName | Return the name of the file that contains the Record object's record |
| ImagineFile | Return the Imagine filename of the Imagine Transparency 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 |
| NewFromRecordId | Create new file-context Record object from recordId |
| NewFromRecordId | Create new group-context Record object from recordId |
| PAI | Print All Information from record |
| PrintAllInformation | Print All Information from record |
| RecordId | Return the recordId of the Imagine Transparency 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 |