Datasnap.Provider.TCustomResolver.Provider

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Provider: TBaseProvider read FProvider;

C++

__property TBaseProvider* Provider = {read=FProvider};

Properties

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

Description

Indicates the provider that uses this resolver to apply updates.

Provider is a read-only property that points to the provider that uses this resolver for applying updates. The Provider property is set in the constructor.

Resolvers use the Provider property internally to obtain information supplied in the provider's properties. They also use it to generate events on the provider at appropriate points in the update process.

See Also