Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.