RecordsetCursor methods syntax: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
(No difference)

Revision as of 13:50, 22 April 2011

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):New( recordset, - [LoopLockStrength= lockStrength])

[%cursorState =] recordsetCursor:Next

recordsetCursor:PAI

[%cursorState =] recordsetCursor:Previous

recordsetCursor:PrintAllInformation

%number = recordsetCursor:RecordNumber

%cursorState = recordsetCursor:State

%string = recordsetCursor:ToString