Determines if the current location
is at the end of the recordset. The eofAction property
must be set to stayEOF.
SyntaxReference_Syntax.isEOF()
ReturnsTrue if
the current location is at the end of the recordset. False if
the current location is not at the end of the recordset.
JavaScriptxfa.sourceSet.nodes.item(nIndex).isEOF();
FormCalcxfa.sourceSet.nodes.item(nIndex).isEOF()
|
|
|