Datasnap.DSServer.TDSCallbackTunnelBufferItem.Msg

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Msg: TJSONValue read FMsg write FMsg;

C++

__property System::Json::TJSONValue* Msg = {read=FMsg, write=FMsg};

Properties

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

Description

Specifies the message to be broadcasted.

The Msg property is a TJSONValue containing the message to be broadcasted. Msg is a read-only property.