Method DacPagedDataStore():scrollUp() Foundation

Moves the record pointer up and fills the cache.

Syntax
:scrollUp( <nRecords> ) --> nSkipped
Parameters
<nRecords>
The numeric parameter <nRecords> specifies how far to move the record pointer towards the beginning of the data source.
Return

The method returns a numeric value indicating the actual number of skipped records. The return value can differ from <nRecords> when the beginning of the data source is reached.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.