2021.2

Table Of Contents
Property Description
tables The detail tables that belong to this record. You can access a specific table
using a numeric index or the table name; see "table" on page432.
Example
See this How-to for an example of how the current record index and/or the total number of
records in the record set can be displayed in a document: How to get the record index and
count.
Methods
Method Description
set(record) Sets field values in the current record.
setCopy(i, record) Sets field values in a copy of the current record.
region
The region object defines a sub-section of the input data. Its properties vary according to the
type of data.
This object is available when triggering document boundaries On script, with all file types; see
"Setting boundaries using JavaScript" on page390.
Properties
The following table describes the properties and methods of the region object.
Property/method Description Return Type
found
Field that contains a boolean value
indicating if the last call to
boundaries.find() was
successful.
Boolean
Page 422