List of Record methods

From m204wiki
Jump to navigation Jump to search

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
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
PAIPrint All Information from record
PrintAllInformationPrint All Information from 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