The getArray method returns the children Fields from the current Field object.
System.Array getArray();
Returns the Array with the children Fields, otherwise, null.
Member of field.
var obj = this.getField("acObject1");
obj.getArray();