Datasnap.Win.SConnect.TStreamedConnection.Interpreter

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Interpreter: TCustomDataBlockInterpreter read GetInterpreter;

C++

__property TCustomDataBlockInterpreter* Interpreter = {read=GetInterpreter};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Datasnap.Win.SConnect TStreamedConnection

Beschreibung

Bietet Zugriff auf das Hilfsobjekt, das das Marshaling von Schnittstellenaufrufen für die Stream-Verbindung übernimmt.

Stream-Verbindungskomponenten verwenden zur Unterstützung des Marshalings intern einen Datenblockinterpreter.

Siehe auch