API:System.Messaging.TObjectMessage.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AValue: T; AOwnsObject: Boolean = True);

C++

__fastcall TObjectMessage__1(const T AValue, bool AOwnsObject);

Properties

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

Description

Creates a message with the specified value.

System.Messaging.TObjectMessage.Create inherits from System.Messaging.TMessage.Create. All content below this line refers to System.Messaging.TMessage.Create.

Creates a message with the specified value.

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

See Also