FMX.Presentation.Messages.TMessageSender.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TMessageSender();

Properties

Type Visibility Source Unit Parent
destructor public
FMX.Presentation.Messages.pas
FMX.Presentation.Messages.hpp
FMX.Presentation.Messages TMessageSender

Description

Destroys an instance of TMessageSender.

The Destroy method destroys the Receiver object if the Receiver has been created with CreateReceiver. If the Receiver has been set with the Receiver property, the destructor does not destroy the Receiver. Then, the Destroy method calls the inherited destructor.

See Also