BtTable:Update()

 

<< Click to Display Table of Contents >>

Navigation:  Support Classes > BtTable Class >

 

BtTable:Update()

 

Previous pageReturn to chapter overviewNext page

 

Purpose

 

 

Flush Table buffers to disk

 

 

 

Prototype

 

 

METHOD Update AS LOGIC PASCAL CLASS BtTable

 

 

 

Return

 

 

LOGIC                Were the changes written succesfully

 

 

 

Description

 

 

This method write the changes to the current record to the disk, that means :

-                Inserts of a new record

-                Deletes of the current record

-                Changes to the current record

 

 

 

 

See Also

 

 

BtTable