RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseProvider.DoOnUpdateData Method

Generates an OnUpdateData event.

Pascal
procedure DoOnUpdateData(Delta: TPacketDataSet);
C++
__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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!