System.Messaging.TObjectMessage.Destroy

From RAD Studio API Documentation
Revision as of 15:08, 4 March 2014 by AChaves (talk | contribs) (33784)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TObjectMessage__1(void);

Properties

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

Description

Destroys this message. It destroys the object in FValue as well if FOwnsObject is True.

See Also