Datasnap.DBClient.TAggUpdateEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
typedef public 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