RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseProvider.Resolver Property

Provides access to the resolver component that applies updates and resolves update errors.

Pascal
property Resolver: TCustomResolver;
C++
__property TCustomResolver Resolver;

Provider components use a resolver to handle the details of applying updates and resolving update errors. Most applications do not need to use the resolver directly. 

When any method that uses a resolver is called, the provider automatically creates a resolver component (using the CreateResolver method) if the value of Resolver is nil (Delphi) or NULL (C++). Thus, this property is nil (Delphi) or NULL (C++) until the first method that requires a resolver is called. 

 

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