Navigation:  Classes > bArrayServer >

bArrayServer:FieldValidate()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Check whether a value is valid for a field.

Class

bArrayServer

Type

Method

Syntax

<oArrayServer>:FieldValidate(

<uField>,

<uValue>

) Æ lValid

Arguments

<uField>Number, name, or symbol of the field for which the value is to be checked.
Data Type:DWord | String | Symbol

 

<uValue>The value to be checked.
Data Type:Usual

Return Value

lValidA logical value that indicates whether the checked value is valid.
TRUEThe value is valid.
FALSEThe value is not valid.
Data Type:Logic

Description

bArrayServer:FieldValidate() checks whether the data type of the value is compatible to the data type of the field. Furthermore all validations are performed which are defined in the FieldSpec of the field.

See Also

bArrayServer:FieldPut()

 


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