[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
deleted()
Determine deleted status for a row (record)
------------------------------------------------------------------------------
Prototype
ERRCODE deleted(
AREAP wa,
BOOLP isDeleted
)
Arguments
wa is a pointer to self.
isDeleted is a pointer to a boolean value that determines whether a
row is deleted.
Description
deleted() queries the row at the current work area cursor to determine
if it has been marked for deletion.
Default Behavior
You must implement the default behavior of this method through a
subclass.
Implementation Notes
. If your RDD supports relations, update them with a forceRel()
prior to attempting relative movement.
Warning! isDeleted must point to sizeof(BOOL) bytes of allocated
memory.
Files Header file is Rdd.api.
See Also:
AREA
delete()
forceRel()
recall()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson