2020.1

Table Of Contents
Field Type Description
this is a row or child element of a row in a Dynamic
Table. (See Dynamic Table.)
If this (the current QueryResult instance) cannot be
matched to a detail record, this.record is null.
runningTotal Number Can be used to update a running total. It is initialized to
zero when a loop over results starts.
Functions
The functions below can be called by the results object and by any other result set that is
returned by a query, see "query()" on page792.
Function Description
"add()" on
page839
Adds elements to the current HTML element.
"addClass()" on
page840
Adds the specified class to the current HTML element. Has no effect if
the class is already present.
"after()" on
page841
Inserts contentafter the current HTML element.
"append()" on
page843
Inserts content at the end of the current HTML element.
"attr()" on
page846
Changes the given attribute of the current HTML element with the given
value.
"before()" on
page847
Inserts content before the current HTML element.
"children()" on
page849
Returns the immediate children of the current HTML element.
Page 836