HostIntegratorSession.MoveCurrentRecordIndex Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.MoveCurrentRecordIndex Method 

Moves the current record index to a new position in the current recordset.

[Visual Basic]Public Sub MoveCurrentRecordIndex( _
   ByVal movement As ScrollMovement _
)
[C#]
public void MoveCurrentRecordIndex(
   ScrollMovement movement
);

Parameters

movement
The value must be a member of the ScrollMovement enumeration.

Remarks

Moves the current record index to a new position in the current recordset.

See Also

HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace