getField

The getField method returns the Field Object.

 

Syntax

getField(System.String cName);

 

Parameters

cName

Name of the Field object.

 

Return Value

Returns Field object, otherwise null.

 

Remarks

Member of doc.

 

Example

var obj = this.getField("Text1");
obj.multiline = true;