FMX.Presentation.Messages.TMessageSender

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTMessageSender

Delphi

TMessageSender = class(TPersistent)

C++

class PASCALIMPLEMENTATION TMessageSender : public System::Classes::TPersistent

Properties

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

Description

Class to allow sending message notifications to a TObject.

TMessageSender provides the following features:

These messages are used to update the properties of the object, Receiver of the message, such as TEdit and TCalendar, in its Styled or Platform presentation type controls.

See Also