RecordsetCursor methods syntax
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