Datasnap.Win.TConnect.TLocalConnection.UnRegisterProvider
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.