BBjRecordSet::deleteCurrentRecordData
Description
In BBj 4.0 and higher, this method deletes the current BBjRecordData from a BBjRecordSet.
Syntax
Return Value |
Method |
---|---|
void |
deleteCurrentRecordData() |
Parameters
None.
Return Value
None.
Remarks
If the BBjRecordSet is empty (BBjRecordSet::isEmpty), or if the current record does not exist in the BBjRecordSet, this method generates !ERROR=11 - Missing or Duplicate Key.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.