List of Record methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(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">[[CurrentRecord (Record function)|CurrentRecord]]</td><td valign="top">Create a <var>Record</var> 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">[[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>

Revision as of 13:27, 30 April 2013

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 file-context Record object
NewCreate a new group-context 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