Method DacPagedDataStore():getRowData() Foundation
Retrieves data of a specific row of the cache.
Syntax
:getRowData( <nRowPos> ) --> aData
Parameters
<nRowPos>
The numeric parameter <nRowPos> specifies the position of the data row in the cache, whose data is to be determined.
Return
The method returns a array with two elements holding the record ID and data of the specified row of the current page { RecordID, aRowData }.
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.