System.Messaging.TMessage.Value

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

Delphi

property Value: T read FValue;

C++

__property T Value = {read=FValue};

プロパティ

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


説明

メッセージ内容を表す読み取り専用プロパティ。

Value プロパティはジェネリック型を持っており、TMessage クラスのオブジェクトをインスタンス化する際に、決定します。

関連項目