System.Messaging.TMessage.FValue
Delphi
FValue: T;
C++
T FValue;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
field | protected | System.Messaging.pas System.Messaging.hpp |
System.Messaging | TMessage |
Description
Contents of the message.
The FValue property has a generic type, determined when you instantiate an object of the TMessage class.
FValue is published by the read-only Value property.