RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomProvider.DoAfterApplyUpdates Method

Generates an AfterApplyUpdates event.

Pascal
procedure DoAfterApplyUpdates(var OwnerData: OleVariant); virtual;
C++
virtual __fastcall DoAfterApplyUpdates(OleVariant OwnerData);

The ApplyUpdates method calls DoAfterApplyUpdates to generate the AfterApplyUpdates event after applying updates and resolving any update errors that are handled by the provider. 

OwnerData supplies custom information to the AfterApplyUpdates event handler. This is the same as the outgoing OwnerData parameter of the BeforeApplyUpdates event handler. The AfterApplyUpdates event handler can change this value. The returned value is then passed to the client if it supplied an OwnerData parameter when calling ApplyUpdates

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!