Method DacPagedDataStore():scrollDown() Foundation

Moves the record pointer down and fills the cache.

Syntax
:scrollDown( <nRecords> ) --> nSkipped
Parameters
<nRecords>
The numeric parameter <nRecords> specifies how far to move the record pointer towards the end 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 end 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.