2022.1

Table Of Contents
Field Type Description
this is a row or child element of a row in a Dynamic
Table. (See "Dynamic Table" on page866.)
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 page1379.
Function Description
"add()" on
page1430
Adds elements to the current HTML element.
"addClass()" on
page1431
Adds the specified class to the current HTML element. Has no effect if
the class is already present.
"after()" on
page1432
Inserts contentafter the current HTML element.
"append()" on
page1434
Inserts content at the end of the current HTML element.
"attr()" on
page1437
Changes the given attribute of the current HTML element with the given
value.
"before()" on
page1438
Inserts content before the current HTML element.
"children()" on
page1441
Returns the immediate children of the current HTML element.
Page 1427