RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSet.GetCurrentRecord Method

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

Pascal
function GetCurrentRecord(Buffer: PChar): Boolean; virtual;
C++
virtual __fastcall Boolean GetCurrentRecord(const char * 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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!