|
RAD Studio VCL Reference
|
Represents the procedure type for the events that occur when the provider applies updates or retrieves data.
TProviderDataEvent = procedure (Sender: TObject; DataSet: TCustomClientDataSet) of object;
(Sender: TObject; DataSet: TCustomClientDataSet) ( TProviderDataEvent)();
A variable of TProviderDataEvent type references an event that occurs either when the provider begins to apply updates or when the provider retrieves data.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|