(since Version 0.0.1)
getCurrentValueByNr -- Returns the Value of the Column colNr at the current
Position (row)
string getCurrentValueByNr (int colNr)
Returns the Value of the Column colNr at the current Position (row).
The current Position (Record, row) can be changed with the functions
next(), prev() or
setPos().
colNr |
Numver of the Column in which the Value is to read. Columns are in the same Order as in the SQL Query. The first column has the Number 0. |
The Value of the Column colNr at the current Position (row)