List of Record methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
m (Automatically generated page update)
Line 1: Line 1:
<!-- This page was automatically generated and will be automatically
<!-- This page was automatically generated and will be automatically
     replaced, so any manual edits will be lost. You've been warned. -->
     replaced, so any manual edits will be lost. You've been warned. -->
The following are the available [[Record class]] methods.
The following are the available <var>[[Record class|Record]]</var> class methods.
{{Template:Method list header|class=Record}}
{{Template:Method list header|class=Record}}
<div class="showVisit">
<div class="showVisit">

Revision as of 15:51, 20 July 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 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