RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetResolver.InternalBeforeResolve Method

Initializes internal data structures once the delta packet has been wrapped in an update tree but before any updates are applied.

Pascal
procedure InternalBeforeResolve(Tree: TUpdateTree); override;
C++
virtual __fastcall InternalBeforeResolve(TUpdateTree Tree);

The ApplyUpdates method wraps delta packets in a TUpdateTree object. Once this is complete, InternalBeforeResolve performs any other initialization before the updates are applied. 

As implemented in TCustomResolver, InternalBeforeResolve does nothing. Descendants override this method to perform class-specific initialization. 

 

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