Datasnap.DBClient.TAggUpdateEvent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
type
typedef
Visibility: public
Source:
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Unit: Datasnap.DBClient
Parent: Datasnap.DBClient

Delphi

TAggUpdateEvent = procedure(Agg: TAggregate) of object;

C++

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

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