RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapter.GetFirstRecord Method

Positions the adapter on the first record of its dataset.

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

GetFirstRecord calls the First method of the associated dataset and returns true if it successfully positions the dataset on its first record. 

 

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