Datasnap.DSConnect.TDSProviderConnection.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: destructor
Visibility: public
Source:
Datasnap.DSConnect.pas
Datasnap.DSConnect.hpp
Unit: Datasnap.DSConnect
Parent: TDSProviderConnection

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDSProviderConnection();

Description

Destroy TDSProviderConnection instance.

This destructor destroys an instance of TDSProviderConnection.

Do not call Destroy directly in an application. Instead, call Free, which verifies that the reference to the connection component is not nil before calling Destroy

Destroy closes all active datasets and closes its connection before freeing all internal resources.

See Also