getArray

The getArray method returns the children Fields from the current Field object.

 

Syntax

System.Array getArray();

 

Return Value

Returns the Array with the children Fields, otherwise, null.

 

Remarks

Member of field.

 

Example

var obj = this.getField("acObject1");
obj.getArray();