Share via


RecordLinkList.last Method

Puts the list at the last record and copies the record to the specified record buffer.

Syntax

public boolean last([Common record])

Run On

Called

Parameters

  • record
    Type: Common Table
    A record buffer that is used to hold the record that is retrieved; optional.

Return Value

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

See Also

Reference

RecordLinkList Class