Datasnap.Provider.TCustomResolver.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AProvider: TBaseProvider); reintroduce;

C++

__fastcall TCustomResolver(TBaseProvider* AProvider);

Properties

Type Visibility Source Unit Parent
constructor public
Datasnap.Provider.pas
Datasnap.Provider.hpp
Datasnap.Provider TCustomResolver

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