RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInternetExplorer.Disconnect Method

Terminates the connection to the COM server.

Pascal
procedure Disconnect; override;
C++
virtual __fastcall Disconnect();

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. 

 

Connect 

Using Component Wrappers

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!