System.Messaging.TMessage.Create

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

constructor Create(const AValue: T);

C++

__fastcall TMessage__1(const T AValue);

プロパティ

種類 可視性 ソース ユニット
constructor public
System.Messaging.pas
System.Messaging.hpp
System.Messaging TMessage


説明

メッセージを指定された値で作成します。

指定された値、AValue は、作成されたメッセージの protected FValue プロパティに格納されています。

関連項目