FMX.Presentation.Messages.TMessageSender.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create; overload; virtual;

C++

__fastcall virtual TMessageSender()/* overload */;

Properties

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

Description

Creates an instance of TMessageSender.

The Create method creates an instance of TMessageSender and tries to set the Receiver from the virtual method CreateReceiver. If successors have not overridden the CreateReceiver method, the constructor sets the Receiver to nil.

Create is a virtual method overridden by descendant classes.

See Also