Datasnap.DBClient.TAggUpdateEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TAggUpdateEvent = procedure(Agg: TAggregate) of object;

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient Datasnap.DBClient

Description

TAggUpdateEvent is the type for the OnUpdate event handler of TAggregate.

The Agg parameter specifies the aggregate whose value has just been recomputed.

See Also