BtTable:Append()
<< Click to Display Table of Contents >>
BtTable:Append()
|
|
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