Determines if the current location
is at the end of the recordset. The
eofAction
property
must be set to
stayEOF
.
Syntax
Reference_Syntax.isEOF()
Returns
True
if
the current location is at the end of the recordset.
False
if
the current location is not at the end of the recordset.
JavaScript
xfa.sourceSet.nodes.item(nIndex).isEOF();
FormCalc
xfa.sourceSet.nodes.item(nIndex).isEOF()
|
|
|