2021.1

Table Of Contents
Properties
Field Type Description
id Number Index in the result set, or zero if this element is not part of
a result set.
record
Record Represents the current detail record in a (possibly
nested) detail table associated with repeating rows in a
Dynamic Table. This property is only available when
this is a row or child element of a row in a Dynamic
Table. (See "Dynamic Table" on page816.)
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1299.
Function Description
"add()" on
page1349
Adds elements to the current HTML element.
"addClass()" on
page1350
Adds the specified class to the current HTML element. Has no effect if
the class is already present.
"after()" on
page1351
Inserts contentafter the current HTML element.
"append()" on
page1353
Inserts content at the end of the current HTML element.
"attr()" on Changes the given attribute of the current HTML element with the given
Page 1346