Record methods syntax

From m204wiki
Revision as of 16:13, 6 April 2011 by JALWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The syntax for each of the Record class methods is shown below.

Square brackets indicate optional elements of the method invocation. See also the notation conventions for methods and the List of Record methods.

%outRecord = record:Copy[( [lockStrength], [LoopLockStrength= lockStrength])]

%record = %(Record):CurrentRecord[( [lockStrength], - [LoopLockStrength= lockStrength])]

%outRecord = record:DeepCopy[( [lockStrength], - [LoopLockStrength= lockStrength])]

%string = record:FileName

%boolean = record:IsUpdated

%lockStrength = record:LockStrength

%currentLockStrength = record:LoopLockStrength record:LoopLockStrength = newLockStrength

%record = %(Record):New( number, [lockStrength], - [LoopLockStrength= lockStrength])

%record = %(Record):New( number, string, [lockStrength], - [LoopLockStrength= lockStrength])

record:PAI

record:PrintAllInformation

%number = record:RecordNumber

%string = record:ToString

%doc = record:ToXmlDoc[( [AttributeValues= boolean], - [AttributeNames= boolean], [NamesToLower= boolean], - [AllowUnreversible= boolean], - [CodepageTable= boolean], [AllowNull= boolean])]