List of Record methods: Difference between revisions
Jump to navigation
Jump to search
m Automatically generated page update |
m 1 revision |
(No difference)
| |
Revision as of 17:05, 8 November 2012
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 | |
| 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 | |
| PrintAllInformation | |
| 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 |