Datasnap.Win.MConnect.TSharedConnection.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: destructor
Visibility: public
Source:
Datasnap.Win.MConnect.pas
Datasnap.Win.MConnect.hpp
Unit: Datasnap.Win.MConnect
Parent: TSharedConnection

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TSharedConnection();

Description

Destroys the TSharedConnection instance.

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

See Also