RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomResolver Class

TCustomResolver is the base class for components that apply updates on behalf of a provider.

Pascal
TCustomResolver = class(TComponent);
C++
class TCustomResolver : public TComponent;

Provider

TCustomResolver defines the fundamental properties and methods used by resolver components for applying updates from a client dataset or XML broker and resolving errors that occur as part of that update process. 

TCustomResolver has two descendants: TDataSetResolver, which applies updates to a dataset, and TSQLResolver, which applies updates directly to a database server. 

Do not create resolver instances. Provider components create their own TCustomResolver descendants for applying updates. 

 

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