RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebAdapt.TGetEOFEvent Type

TGetEOFEvent is the type for event handlers on adapters that indicate when to stop iterating over values.

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

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

EOF returns true if the adapter is positioned on the last value, false if it can move to another value. 

 

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