SHDocVw.TShellNameSpace.Disconnect
Delphi
procedure Disconnect; override;
C++
virtual void __fastcall Disconnect();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | SHDocVw.pas SHDocVw.hpp |
SHDocVw | TShellNameSpace |
Description
Terminates the connection to the COM server.
SHDocVw.TShellNameSpace.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.