Datasnap.Win.TConnect.TLocalConnection.UnRegisterProvider

From RAD Studio API Documentation

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.Win.TConnect.pas
Datasnap.Win.TConnect.hpp
Unit: Datasnap.Win.TConnect
Parent: TLocalConnection

Delphi

procedure UnRegisterProvider(Prov: TCustomProvider);

C++

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

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