RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomResolver.Create Constructor

Creates and initializes a resolver.

Pascal
constructor Create(AProvider: TBaseProvider); reintroduce;
C++
__fastcall TCustomResolver(TBaseProvider AProvider);

Provider components call the TCustomResolver constructor when they need a resolver component for applying updates. 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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!