RecordsetCursor methods syntax

From m204wiki
Revision as of 23:23, 22 August 2011 by JALWiccan (talk | contribs) (Automatically generated page update)
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