Datasnap.Win.SConnect.TDataBlockInterpreter.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: destructor
Visibility: public
Source:
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Unit: Datasnap.Win.SConnect
Parent: TDataBlockInterpreter

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~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