index

Indicates the ordinal position of an AGDBSet object’s current record.

Interface

AGDBSet

IDL definition
readonly attribute unsigned long index;
ADO equivalent

AbsolutePosition method

JavaScript synopsis
dbset.index
C synopsis
PODSUInt32 AVgetIndex(AGDBSet* dbset);
Parameters
  • dbset   The AGDBSet object.

Returns

A value from 1 to nrows in the AGDBSet object.

See also

nrows