RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TShellUIHelper.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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!