RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebAdapt.TGetRecordCountEvent Type

TGetRecordCountEvent is the type for event handlers that indicate how many values an adapter has.

Pascal
TGetRecordCountEvent = procedure (Sender: TObject; var Count: Integer) of object;
C++
(Sender: TObject; var Count: Integer) ( TGetRecordCountEvent)();

Sender is the adapter that has multiple values over which the application can iterate. 

Count returns the number of values that the adapter has. 

 

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