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