BtTable:Delete()

 

<< Click to Display Table of Contents >>

Navigation:  Support Classes > BtTable Class >

 

BtTable:Delete()

 

Previous pageReturn to chapter overviewNext page

 

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

 

 

BtTable