IFields collection in FlexiCapture scripts: manages IField objects and adds or deletes instances of recurring fields and table rows with AddNew and Delete.
Inserts a new instance of a recurring field. The insertAt parameter specifies the position of the new instance in the collection. The method lets you create rows for a table block without a region. Cannot be used in script rules.
Delete( what : Object )
Deletes the instance of a field or a table row. The what parameter can be the item to be deleted from the collection or its index. Cannot be used in script rules.