The dataWindow object represents the range
of records from the source data currently loaded into the data model.
Properties
Name
|
Description
|
Type
|
Access
|
currentRecordNumber
|
Returns the current record number within
the range of records contained by the current dataWindow object.
|
Integer
|
Read
|
isDefined
|
Indicates whether a valid data window is
currently defined.
|
Boolean
|
Read
|
recordsAfter
|
Returns the number of records in the data
window following the current record.
|
Integer
|
Read
|
recordsBefore
|
Returns the number of records that are in
the data window prior to the current record.
|
Integer
|
Read
|
Methods
Name
|
Description
|
Returns
|
gotoRecord
|
Moves the current record of the data window
to a particular record within the range of records in the data.
|
Empty
|
isRecordGroup
|
Indicates if a particular dataGroup object
is also a single record.
|
Boolean
|
moveCurrentRecord
|
Repositions the current record to another
location within the range of records.
|
Empty
|
record
|
Returns a record in a position relative
to the current record.
|
Object
|
|
|
|