|
|
|
|
version 2003
PA_EndSelection (tableNum) → char
| Parameter | Type | Description | |
| tableNum | short | → | Table number |
| Function result | char | ← | 1 if the end of selection is reached, otherwise 0 |
Description
The command
PA_EndSelection
returns 1 if the current record pointer is positioned after the last record of the selection for the Table number
tableNum
. Otherwise, it returns 0.
PA_EndSelection
also returns 1 if the selection is empty.