System.Messaging.TMessage.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Value: T read FValue;

C++

__property T Value = {read=FValue};

Properties

Type Visibility Source Unit Parent
property public
System.Messaging.pas
System.Messaging.hpp
System.Messaging TMessage

Description

Read-only property that represents the contents of the message.

The Value property has a generic type, determined when you instantiate an object of the TMessage class.

See Also