Datasnap.DBClient.TAggUpdateEvent

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TAggUpdateEvent = procedure(Agg: TAggregate) of object;

C++

typedef void __fastcall (__closure *TAggUpdateEvent)(TAggregate* Agg);

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient Datasnap.DBClient

説明

TAggUpdateEvent は、TAggregateOnUpdate イベント ハンドラの型です。


Agg パラメータは、値が再計算された集計を示します。

関連項目