Data.DB.TDataSet.SetCurrentRecord

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDataSet

Delphi

procedure SetCurrentRecord(Index: Integer); virtual;

C++

virtual void __fastcall SetCurrentRecord(int Index);

Description

Moves to the record given by the index.

SetCurrentRecord moves to the record given by the Index parameter, which represents the position in the dataset's table.

See Also