BtTable:Delete()
<< Click to Display Table of Contents >>
BtTable:Delete()
|
|
Purpose
Mark the current record for deletion
Prototype
METHOD Delete ( ) AS LOGIC PASCAL CLASS BtTable
Return
LOGIC TRUE
Description
The current record is marked for deletion. As soon as the record pointer is moved or the current record is committed, the record is fysically deleted (and can not be recalled afterwards)
See Also