RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLResolver.Create Constructor

Creates and initializes an SQL resolver.

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

Provider components call Create when they need a resolver component for applying updates to a database server. Do not create resolver instances directly. Resolvers are designed to be created and used by providers, and can not function independently of a provider. 

The AProvider parameter specifies the provider that creates and uses the resolver. 

 

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