RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Provider.TDataRequestEvent Type

Represents the function type for the events that occur when a provider calls its DataRequest method.

Pascal
TDataRequestEvent = function (Sender: TObject; Input: OleVariant): OleVariant of object;
C++
(Sender: TObject; Input: OleVariant): OleVariant ( TDataRequestEvent)();

Use a variable of TDataRequestEvent type to reference an event that occurs when a provider calls its DataRequest method. 

 

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