RecordSortedList.next Method

Sets the record buffer to the contents of the next record in the recordSortedList and positions the list to the record returned.

Syntax

public boolean next(Common record)

Run On

Called

Parameters

  • record
    Type: Common Table
    A record buffer to receive the result.

Return Value

Type: boolean
true if the operation was successful; otherwise false.

See Also

Reference

RecordSortedList Class