BtServer:Append()
<< Click to Display Table of Contents >>
BtServer:Append()
|
|
Purpose
Append a blank record to the table
Prototype
METHOD Append CLASS BtServer
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.
Sends a NotifyIntentToMove message before the operation.
Sends a NotifyAppend message if successful.
See Also
BtServer, BtTable:Append(), BtServer:Delete()