Datasnap.Provider.TOnValidate

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TOnValidate)(const System::OleVariant &Delta);

Properties

Type Visibility Source Unit Parent
typedef public Datasnap.Provider.hpp Datasnap.Provider Datasnap.Provider

Description

Represents the procedure type for the events that occur when the provider applies updates contained in a Delta packet.

A variable of TOnValidate type references an event that occurs when the provider applies updates contained in a Delta packet.

See Also