Datasnap.Win.TConnect.TLocalConnection.RegisterProvider

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RegisterProvider(Prov: TCustomProvider);

C++

void __fastcall RegisterProvider(Datasnap::Provider::TCustomProvider* Prov);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.Win.TConnect.pas
Datasnap.Win.TConnect.hpp
Datasnap.Win.TConnect TLocalConnection

Description

Adds the given provider to the list of providers.

The RegisterProvider method adds the provider given by the Prov parameter to the list of providers.

See Also