RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPagedAdapter.OnGetNextRecord Event

Implement this method to increment the iteration index.

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

This method is called when the next record is requested. This method is not a next then set the EOF flag. 

 

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