表示: Delphi
C++
表示設定
WebAdapt.TGetRecordCountEvent
提供:XE2 API Documentation
C++
typedef void __fastcall (__closure *TGetRecordCountEvent)(System::TObject* Sender, int &Count);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| typedef | public | WebAdapt.hpp | WebAdapt | WebAdapt |
説明
TGetRecordCountEvent は,アダプタが保持している値の数を示すイベントハンドラの型です。
Sender は,アプリケーションによる繰り返し処理の実行が可能な値を複数保持するアダプタです。
Count は,アダプタが保持している値の数です。