SHDocVw.TInternetExplorer.Disconnect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Disconnect; override;

C++

virtual void __fastcall Disconnect();

Properties

Type Visibility Source Unit Parent
procedure
function
public
SHDocVw.pas
SHDocVw.hpp
SHDocVw TInternetExplorer

Description

Terminates the connection to the COM server.

SHDocVw.TInternetExplorer.Disconnect inherits from Vcl.OleServer.TOleServer.Disconnect. All content below this line refers to Vcl.OleServer.TOleServer.Disconnect.

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