Datasnap.Provider.TOnValidate
[–] Properties | |
---|---|
Type: type typedef
| |
Visibility: public | |
Source: Datasnap.Provider.pas Datasnap.Provider.hpp
| |
Unit: Datasnap.Provider | |
Parent: Datasnap.Provider |
Delphi
TOnValidate = procedure(const Delta: OleVariant) of object;
C++
typedef void __fastcall (__closure *TOnValidate)(const System::OleVariant &Delta);
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.