RowPosition
Applies to
VAccess
Description
This property returns the PSQL physical record position of the record corresponding to a Row in an extended fetch record set.
Remarks
This property is not available at design time, and is read-only at run time. It can be used to establish current positioning on or to lock a particular record retrieved by an extended fetch operation. It will contain valid data only after a successful extended fetch operation has been performed at run time, or, if the AutoMode property is True, after the extended operations Init method has been invoked at run time.
The ExtendedOps property must be set to True to enable the extended operations capabilities of the VAccess control.
See Also
Affected by: ExtendedOps, Row