Vcl.OleServer.TOleServer.Disconnect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Disconnect; virtual; abstract;

C++

virtual void __fastcall Disconnect() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.OleServer.pas
Vcl.OleServer.hpp
Vcl.OleServer TOleServer

Description

Terminates the connection to the COM server.

Call Disconnect to terminate a connection formed using the Connect method.

Disconnect introduces Disconnect as an abstract a pure virtual method. Descendant classes must override this method to let the Disconnect component disconnect from a specific type of COM server.

See Also