Datasnap.Win.TConnect.TLocalConnection.UnRegisterProvider

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UnRegisterProvider(Prov: TCustomProvider);

C++

void __fastcall UnRegisterProvider(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

Removes the specified provider from the list of providers.

The UnRegisterProvider method removes the provider given by the Prov parameter from the list of providers.

See Also