RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseProvider.DoOnUpdateData Method

Generates an OnUpdateData event.

Pascal
procedure DoOnUpdateData(Delta: TPacketDataSet); virtual;
C++
virtual __fastcall DoOnUpdateData(TPacketDataSet Delta);

DoOnUpdateData is the protected implementation of the OnUpdateData event. The Delta property contains the delta packet of records to update. It is passed to the OnUpdateData event handler as a client dataset. 

Override this method to perform class-specific actions in response to update requests. 

 

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