RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSharedConnection.Destroy Destructor

Destroys the TSharedConnection instance.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~TSharedConnection();

Do not call Destroy directly in an application. Instead, call Free, which verifies that the reference to the shared connection component is not nil before calling Destroy 

 

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