Datasnap.DSServer.TDSCallbackTunnelBufferItem.Msg

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 Msg: TJSONValue read FMsg write FMsg;

C++

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

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.