BtServer:Delete()

 

<< Click to Display Table of Contents >>

Navigation:  Server Classes > BtServer Class >

 

BtServer:Delete()

 

Previous pageReturn to chapter overviewNext page

 

Purpose

 

 

Delete the current record

 

 

 

Prototype

 

 

METHOD Delete CLASS BtServer

 

 

 

Return

 

 

LOGIC                TRUE if successful; otherwise, FALSE

 

 

 

Description

 

 

Delete() sends a NotifyIntentToMove message before the operation, and a NotifyDelete upon completion in contrast to the Dbserver:Delete method(), the deleted record can not be recovered. After the delete has been committed (by calling oServer:Commit(), oServer:Update() or by moving the record pointer the deleted record will be permanently deleted from the btrieve table.

 

 

 

See Also

 

 

BtServer, BtTable:Delete(), BtServer:Append()