RecordSortedList.find Method

Sets the record buffer to the contents of the record that has a key that matches the key fields in the record buffer, and positions the list to the record returned.

Syntax

public boolean find(Common record)

Run On

Called

Parameters

  • record
    Type: Common Table
    A record buffer that contains the key values to be searched for. The record found will replace the contents of the record buffer.

Return Value

Type: boolean
true if a record is found; otherwise false.

See Also

Reference

RecordSortedList Class