RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseProvider.FreeResolver Method

Frees the resolver specified by the Resolver property.

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

Call FreeResolver to safely dispose of the component specified by the Resolver property. FreeResolver sets the Resolver property to nil (Delphi) or NULL (C++) after calling the resolver's Free method. 

 

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