Datasnap.Provider.TCustomResolver.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Datasnap.Provider.pas
Datasnap.Provider.hpp
Unit: Datasnap.Provider
Parent: TCustomResolver

Delphi

constructor Create(AProvider: TBaseProvider); reintroduce;

C++

__fastcall TCustomResolver(TBaseProvider* AProvider);

Description

Creates and initializes a resolver.

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.

See Also