RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDefaultFieldsPagedAdapter.GetFirstRecord Method

Set the record position to the first record.

Pascal
function GetFirstRecord: Boolean; virtual;
C++
virtual __fastcall Boolean GetFirstRecord();

GetFirstRecord calls the OnGetFirstRecord event handler. Descendant classes may override this method. For example, TDataSetAdapter sets the record position of a dataset. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!