2019.1

Table Of Contents
well as the attributes and fields.
"DatapageCount()" on page211
Integer Returns the total number of
datapages present underneath
this node.
"DocumentCount()" on page212 Integer Returns the total number of
documents in all groups.
"FieldByIndex(Integer Index)" on page212 String Returns the specified field's
value.
"FieldByName(const String Name)" on
page212
String Returns the value of field of the
specified name.
"FieldByNameIndex(const String Name,
Integer Index)" on page213
String Returns the value of the N'th field
of the specified name.
"Item(Integer Index)" on page214 Node Returns the child (node) item
located at the specified index.
Group(Integer Index), see "Item(Integer
Index)" on page214
Node Returns the MetaGroup at the
specified index.
"PageCount()" on page215 Integer Returns the total number of pages
present underneath this node.
"Paste()" on page215
Node Inserts the clipboard's content as
the last child of the current node.
"PasteAt(Integer Index)" on page216 Node Inserts the clipboard's content as
a child node at the specified
index.
"Select(TSelectWhat SelectWhat)" on
page216
Selects the child nodes according
to the SelectWhat parameter.
The TSelectWhat type is not
defined in an Active Script
environment, such as the Run
Page 191