Datasnap.DSServer.TDSCallbackTunnelBufferItem.ArgType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ArgType: Integer read FArgType;

C++

__property int ArgType = {read=FArgType, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSCallbackTunnelBufferItem

Description

Specifies the message type.

The ArgType property specifies the message type (JSON, TObject, and so on). ArgType is a read-only property.