Navigation:  Classes > bArrayServer >

bArrayServer:Append()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Append a blank record to the end of the data array.

Class

bArrayServer

Type

Method

Syntax

<oArrayServer>:Append([<iRecNo>]) Æ lSuccess

Arguments

<iRecNo>The number of the record, before which the blank record is to be inserted. If not specified, the blank record is appended at the end.
Data type:DWord

Return Value

lSuccessA logical value indicating whether the record was appended.
TRUEThe record was appended.
FALSEThe record could not be appended.
Data type:Logic

Description

bArrayServer:Append() inserts a blank record at the specified record position or appends it behind the last record. Afterwards the record pointer is positioned on the new record.

 

Before the operation, the bArrayServer sends a NotifyIntentToMove message, and if successful, it sends a NotifyRecordChange message.

See Also

bArrayServer:FieldPut()

bArrayServer:Notify()

 


Page url: http://www.YOURSERVER.com/index.html?barrayserver_append.htm