WebAdapt.TGetRecordCountEvent
From RAD Studio API Documentation
C++
typedef void __fastcall (__closure *TGetRecordCountEvent)(System::TObject* Sender, int &Count);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| typedef | public | WebAdapt.hpp | WebAdapt | WebAdapt |
Description
TGetRecordCountEvent is the type for event handlers that indicate how many values an adapter has.
Sender is the adapter that has multiple values over which the application can iterate.
Count returns the number of values that the adapter has.