API:Datasnap.DSServer.TDSServerDriver.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDSServerDriver();

Properties

Type Visibility Source Unit Parent
destructor public
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSServerDriver

Description

Destroy and free instance.

Datasnap.DSServer.TDSServerDriver.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