Datasnap.DSServer.TDSCallbackTunnelBufferItem.ArgType

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Unit: Datasnap.DSServer
Parent: TDSCallbackTunnelBufferItem

Delphi

property ArgType: Integer read FArgType;

C++

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

Description

Specifies the message type.

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