EasyTable: Single-File Embedded BDE Replacement
Database for Delphi and C++Builder


TDataSet.GetCurrentRecord
TDataSet
Top 

Implements a virtual function to retrieve the current record in a buffer.

function GetCurrentRecord(Buffer: PChar): Boolean; virtual;

Description
This function always returns False, indicating failure. TDataSet descendants override this method to retrieve the value of the current record. If Buffer is successfully filled with the value of the current record, GetCurrentRecord should return True.


© AidAim Software EasyTable: Easytable Ben Delphi Database Single File Bde Replacemen