Share via


RecordLinkList.get Method

Copies the record at the current position or the specified position to the provided record buffer, without affecting the pointer position.

Syntax

public boolean get(Common record, [int index])

Run On

Called

Parameters

  • record
    Type: Common Table
    The record buffer that is used to hold the record that is retrieved.
  • index
    Type: int
    The number of the record in the list to retrieve if the current record is not being retrieved; optional.

Return Value

Type: boolean
true if a record could be retrieved; otherwise, false.

See Also

Reference

RecordLinkList Class