RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseProvider.CheckResolver Method

Instantiates a resolver for the Resolver property if it does not already exist.

Pascal
procedure CheckResolver;
C++
__fastcall CheckResolver();

CheckResolver is called internally when the provider needs to use its resolver component. It checks whether Resolver is nil (Delphi) or NULL (C++), and if so, calls CreateResolver to assign a value. 

 

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