Datasnap.Win.SConnect.TDataBlockInterpreter.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDataBlockInterpreter();

Properties

Type Visibility Source Unit Parent
destructor public
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Datasnap.Win.SConnect TDataBlockInterpreter

Description

Destroys an instance of TDataBlockInterpreter.

Applications have no need to free data block interpreters. They are freed by the streamed connection component that uses them to marshal interface calls.

See Also