RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetResolver.Create Constructor

Creates and initializes a dataset resolver.

Pascal
constructor Create(AProvider: TDataSetProvider); reintroduce;
C++
__fastcall TDataSetResolver(TDataSetProvider AProvider);

Provider components call Create when they need a resolver component for applying updates to a dataset. The AProvider parameter specifies the provider that creates and uses the resolver. 

Do not create resolver instances directly. Resolvers are designed to be created and used by providers, and can not function independently of a provider. 

 

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