ApplicationClass.CheckField Method

Definition

public virtual object CheckField (string Field, string Value, object Test, object Op, object Field2, object Value2, object Test2);
abstract member CheckField : string * string * obj * obj * obj * obj * obj -> obj
override this.CheckField : string * string * obj * obj * obj * obj * obj -> obj
Public Overridable Function CheckField (Field As String, Value As String, Optional Test As Object, Optional Op As Object, Optional Field2 As Object, Optional Value2 As Object, Optional Test2 As Object) As Object

Parameters

Field
String
Value
String
Test
Object
Op
Object
Field2
Object
Value2
Object
Test2
Object

Returns

Implements

Applies to