Share via


RecordLinkList.first Method

Puts the pointer on the first record in the list and, if it is present, copies the record into the buffer that is provided.

Syntax

public boolean first([Common record])

Run On

Called

Parameters

  • record
    Type: Common Table
    The record buffer that will contain the result; optional.

Return Value

Type: boolean
true if the method succeeds; false if no records exist.

See Also

Reference

RecordLinkList Class