Datasnap.DBClient.TAggUpdateEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TAggUpdateEvent = procedure(Agg: TAggregate) of object;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient Datasnap.DBClient

Beschreibung

TAggUpdateEvent ist der Typ für die Ereignisbehandlungsroutine OnUpdate von TAggregate.

Der Parameter Agg gibt das Aggregat an, dessen Wert gerade neu berechnet wurde.

Siehe auch