Datasnap.Win.TConnect.TLocalConnection.Destroy
| [–] Properties | |
|---|---|
| Type: destructor | |
| Visibility: public | |
| Source: Datasnap.Win.TConnect.pas Datasnap.Win.TConnect.hpp
| |
| Unit: Datasnap.Win.TConnect | |
| Parent: TLocalConnection | |
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TLocalConnection();
Description
Frees an instance of 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.