RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseProvider.CreateResolver Method

Creates a resolver component for handling the application of updates.

Pascal
function CreateResolver: TCustomResolver; virtual;
C++
virtual __fastcall TCustomResolver CreateResolver();

CreateResolver is called automatically when a resolver is needed to implement one of TBaseProvider's methods. As implemented in TBaseProvider, CreateResolver always returns nil (Delphi) or NULL (C++). Descendants of TBaseProvider override this method to create a TCustomResolver descendant that applies updates in the desired manner. 

 

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