Datasnap.DSClientRest.TDSCustomRestConnection.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDSCustomRestConnection();

Properties

Type Visibility Source Unit Parent
destructor public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection

Description

Destroys a TDSCustomRestConnection component.

The Destroy method destroys a TDSCustomRestConnection component.

See Also