RecordsetCursor methods syntax

From m204wiki
Revision as of 20:45, 30 November 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 RecordsetCursor 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 RecordsetCursor methods.

recordsetCursor:Close

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

%string = recordsetCursor:FileName

[%cursorState =] recordsetCursor:First

[%cursorState =] recordsetCursor:Last

%lockStrength = recordsetCursor:LockStrength

%currentLockStrength = recordsetCursor:LoopLockStrength recordsetCursor:LoopLockStrength = newLockStrength

%recordsetCursor = [%(RecordsetCursor In filOrGrp name):]New( recordset, - [LoopLockStrength= lockStrength])

[%cursorState =] recordsetCursor:Next

recordsetCursor:PAI

[%cursorState =] recordsetCursor:Previous

recordsetCursor:PrintAllInformation

%number = recordsetCursor:RecordNumber

%cursorState = recordsetCursor:State

%string = recordsetCursor:ToString