RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDefaultFieldsPagedAdapter.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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!