API:System.Messaging.TObjectMessage.Create
Delphi
constructor Create(const AValue: T; AOwnsObject: Boolean = True);
C++
__fastcall TObjectMessage__1(const T AValue, bool AOwnsObject);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
constructor | public | System.Messaging.pas System.Messaging.hpp |
System.Messaging | TObjectMessage |
説明
メッセージを指定された値で作成します。
System.Messaging.TObjectMessage.Create は System.Messaging.TMessage.Create を継承しています。以下の内容はすべて System.Messaging.TMessage.Create を参照しています。
メッセージを指定された値で作成します。
指定された値、AValue
は、作成されたメッセージの protected FValue プロパティに格納されています。