Icon MoveTo Method

procedure MoveTo(Value: Integer)

Usage

Available In: Client and Server Applications

Use this method to move to a specific position in the dataset, taking into account any active sort on the dataset. If the position specified is less than 1 or greater than the number of rows in the dataset, then the row pointer will be positioned at the first or last row in the dataset, setting the BOF and/or EOF properties as required.
Image