System.Messaging.TObjectMessage.FOwnsObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FOwnsObject: Boolean;

C++

bool FOwnsObject;

Properties

Type Visibility Source Unit Parent
field protected
System.Messaging.pas
System.Messaging.hpp
System.Messaging TObjectMessage

Description

Determines whether the message takes ownership of the object in FValue (True) or not (False).

See Also