2020.1

Table Of Contents
Field Type Description
element of a row in a Dynamic Table. (See "Dynamic Table" on
page793.)
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1275.
Function Description
"add()" on
page1322
Adds elements to the current HTML element.
"addClass()"
on page1323
Adds the specified class to the current HTML element. Has no effect if the
class is already present.
"after()" on
page1324
Inserts contentafter the current HTML element.
"append()" on
page1326
Inserts content at the end of the current HTML element.
"attr()" on
page1329
Changes the given attribute of the current HTML element with the given
value.
"before()" on
page1330
Inserts content before the current HTML element.
"children()"
on page1332
Returns the immediate children of the current HTML element.
Page 1319