Datasnap.DSCommonServer.TDSServerConnection.Destroy

From RAD Studio API Documentation
Revision as of 03:18, 8 October 2011 by PyBot (talk | contribs) (Created page with '{{#lst:API:Datasnap.DSCommonServer.TDSServerConnection.Destroy|api}} ==Description== {{#lsth:API:Datasnap.DSCommonServer.TDSServerConnection.Destroy|Description}}')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDSServerConnection();

Properties

Type Visibility Source Unit Parent
destructor public
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSServerConnection

Description

Destroys a TDBXConnection instance.

Datasnap.DSCommonServer.TDSServerConnection.Destroy inherits from Data.DBXCommon.TDBXConnection.Destroy. All content below this line refers to Data.DBXCommon.TDBXConnection.Destroy.

Destroys a TDBXConnection instance.

This destructor destroys an instance of TDBXConnection.

See Also