RecordSortedList.del Method

Removes a record that has a key that matches the key fields in the recordBuffer from the recordSortedList.

Syntax

public boolean del(Common record)

Run On

Called

Parameters

  • record
    Type: Common Table
    A record buffer that contains the key values of the record to be deleted.

Return Value

Type: boolean
true if a record was removed; otherwise false.

See Also

Reference

RecordSortedList Class