Show: Delphi
C++
Display Preferences
Data.DB.TDataSet.GetCurrentRecord
From XE2 API Documentation
Delphi
function GetCurrentRecord(Buffer: TRecordBuffer): Boolean; virtual;
C++
virtual bool __fastcall GetCurrentRecord(System::PByte Buffer);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Data.DB.pas Data.DB.hpp |
Data.DB | TDataSet |
Description
Implements a virtual function to retrieve the current record in a buffer.
This function always returns false, indicating failure. For TDataSet descendants that override this method to retrieve the value of the current record, GetCurrentRecord returns true if Buffer is successfully filled with the value of the current record.