Datasnap.DSProxyDispatcher.TDSProxyDispatcher.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDSProxyDispatcher();

Properties

Type Visibility Source Unit Parent
destructor public
Datasnap.DSProxyDispatcher.pas
Datasnap.DSProxyDispatcher.hpp
Datasnap.DSProxyDispatcher TDSProxyDispatcher

Description

Frees an instance of TDSProxyDispatcher.

Destroy frees the TDSProxyDispatcher object. Do not call Destroy directly in an application. Call Free instead.

See Also