Datasnap.Win.TConnect.TLocalConnection.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TLocalConnection();

Properties

Type Visibility Source Unit Parent
destructor public
Datasnap.Win.TConnect.pas
Datasnap.Win.TConnect.hpp
Datasnap.Win.TConnect 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.

See Also