The getField method returns the Field Object.
getField(System.String cName);
cName
Name of the Field object.
Returns Field object, otherwise null.
Member of doc.
var obj = this.getField("Text1");
obj.multiline = true;