System.Messaging.TMessage.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AValue: T);

C++

__fastcall TMessage__1(const T AValue);

Properties

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

Description

Creates a message with the specified value.

The specified value, AValue, is stored in the protected FValue property of the created message.

See Also