Navigation:  Classes > bArrayServer >

bArrayServer:IsRecordEmpty()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Returns whether or not the current record contains only empty values.

Class

bArrayServer

Type

Method

Syntax

<oArrayServer>:IsRecordEmpty() Æ lEmpty

Return Value

lEmptyA logical value to indicate if the record contains only empty values.
TRUEThe record contains only empty values.
FALSEThe record does not only contain empties values.
Data Type:Logic

Description

bArrayServer:IsRecordEmpty() examines whether or not the current record contains only empty values. The empty values for the individual fields of a record, are specified by the method bArrayServer:DefaultValue().

 

After an append, the method bArrayServer:IsRecordEmpty() can be used to examine whether or not values were entered into the new record.

See Also

bArrayServer:DefaultValue()

 


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