RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Provider.TOnValidate Type

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

Pascal
TOnValidate = procedure (const Delta: OleVariant) of object;
C++
(const Delta: OleVariant) ( TOnValidate)();

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!