Delphi Database, Delphi Components from ComponentAce
Products Download Order Contact us
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.
        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database Apr 19, 2024