RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapter.GetRecordIndex Method

Returns the value of the RecordIndex property.

Pascal
function GetRecordIndex: Integer; override;
C++
virtual __fastcall int GetRecordIndex();

GetRecordIndex is the protected read implementation of the RecordIndex property. 

This method returns an internally maintained index that indicates where the dataset is positioned. 

 

RecordIndex

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