Data.DB.TDataSet.SetCurrentRecord
[–] 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.