API:Datasnap.Provider.TSQLResolver.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: TSQLResolver

Delphi

constructor Create(AProvider: TDataSetProvider); reintroduce;

C++

__fastcall TSQLResolver(TDataSetProvider* AProvider);

Description

Creates and initializes a resolver.

Datasnap.Provider.TSQLResolver.Create inherits from Datasnap.Provider.TCustomResolver.Create. All content below this line refers to Datasnap.Provider.TCustomResolver.Create.

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