Share via


RecordLinkList.next Method

Puts the pointer on the next record and copies it to the provided buffer.

Syntax

public boolean next([Common record])

Run On

Called

Parameters

  • record
    Type: Common Table
    The record buffer of same type as the record at the position; optional.

Return Value

Type: boolean
true if the method succeeds; false if there are no more records.

See Also

Reference

RecordLinkList Class