Data.DBXCommon.TDBXDelegateDriver.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: destructor
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXDelegateDriver

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDBXDelegateDriver();

Description

Destroy and free instance.

Data.DBXCommon.TDBXDelegateDriver.Destroy inherits from Data.DBXCommon.TDBXDriver.Destroy. All content below this line refers to Data.DBXCommon.TDBXDriver.Destroy.

Destroy and free instance.

This destructor destroys an instance of TDBXDriver.

See Also