RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebAdapt.TIterateRecordsEvent Type

TIterateRecordsEvent is the type for event handlers that navigate the records of an adapter.

Pascal
TIterateRecordsEvent = procedure (Sender: TObject; Action: TIteratorMethod; var Eof: Boolean) of object;
C++
(Sender: TObject; Action: TIteratorMethod; var Eof: Boolean) ( TIterateRecordsEvent)();

TIterateRecordsEvent is the type for event handlers that allow an adapter to iterate over multiple records of data. 

Sender is the adapter to which the action belongs. 

Action indicates which record the event handler should move to. 

EOF returns true if the event handler moved to the last record of the adapter, false otherwise. 

 

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