API:FMX.Controls.Presentation.TPresentationProxy.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TPresentationProxy(void);

Properties

Type Visibility Source Unit Parent
destructor public
FMX.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation TPresentationProxy

Description

Destroys an instance of TMessageSender.

FMX.Controls.Presentation.TPresentationProxy.Destroy inherits from FMX.Presentation.Messages.TMessageSender.Destroy. All content below this line refers to FMX.Presentation.Messages.TMessageSender.Destroy.

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