Data.DBXTransport.TDBXCommunicationLayerFactory.UnregisterLayer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure UnregisterLayer(const CommLayerId: string); static;

C++

static void __fastcall UnregisterLayer(const System::UnicodeString CommLayerId);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXTransport.pas
Data.DBXTransport.hpp
Data.DBXTransport TDBXCommunicationLayerFactory

Description

Unregisters a layer.

Call UnregisterLayer to delete the communication layer having the specified ID from the layer factory.

See Also