Share via


RecordLinkList.prev Method

Puts the pointer on the previous record in the list and copies the record to the specified buffer.

Syntax

public boolean prev([Common record])

Run On

Called

Parameters

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

Return Value

Type: boolean
true if the pointer is not at the first record; otherwise, false.

See Also

Reference

RecordLinkList Class