BtTable:Append()

 

<< Click to Display Table of Contents >>

Navigation:  Support Classes > BtTable Class >

 

BtTable:Append()

 

Previous pageReturn to chapter overviewNext page

 

Purpose

 

 

Append a blank record to the table

 

 

 

Prototype

 

 

METHOD Append (  )  AS LOGIC PASCAL CLASS BtTable

 

 

 

Return

 

 

LOGIC                TRUE if successful; otherwise, FALSE.

 

 

 

Description

 

 

Append a blank record to the table; this blank record becomes the current position and is ready for assignment of data values.

 

 

 

See Also

 

 

BtTable