List of Record methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
m (Automatically generated page update)
Line 13: Line 13:
<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 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">[[PAI (Record subroutine)|PAI]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[PAI (Record subroutine)|PAI]]</td><td valign="top"></td></tr>

Revision as of 22:50, 21 April 2011

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
IsUpdated
LockStrengthReturn lock strength of Record
LoopLockStrengthSet or return minimum lock strength for Record in For loops
NewCreate a new Record object
NewCreate a new Record object
PAI
PrintAllInformation
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