RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLocalConnection.Destroy Destructor

Frees an instance of TLocalConnection.

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

Do not call Destroy directly in an application. Instead, call Free, which checks that the TLocalConnection reference is not nil before calling the destructor. 

 

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