Data.DB.TDataSet.SetCurrentRecord
Delphi
procedure SetCurrentRecord(Index: Integer); virtual;
C++
virtual void __fastcall SetCurrentRecord(int Index);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.DB.pas Data.DB.hpp |
Data.DB | TDataSet |
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.