RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebAdapt.TGetRecordEvent Type

TGetRecordEvent is the type for event handlers on adapters that position the adapter on one of multiple values.

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

Sender is the adapter over whose values the application is iterating. 

EOF returns true if, after moving to a new value, the adapter is positioned on the last value. 

 

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