RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPagedAdapter.OnGetFirstRecord Event

Implement this method to initialize the iteration index to zero.

Pascal
property OnGetFirstRecord: TGetRecordEvent;
C++
__property TGetRecordEvent OnGetFirstRecord;

This method is called when the iteration is started. If there are no records then set the EOF flag. 

 

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