RecordSortedList.first Method

Positions the list to the first record in the list, and copies its contents to the record buffer.

Syntax

public boolean first(Common record)

Run On

Called

Parameters

  • record
    Type: Common Table
    A record buffer to contain first record in list.

Return Value

Type: boolean
true if the method is successful; otherwise false.

See Also

RecordSortedList Class

RecordSortedList.next Method

RecordSortedList.len Method