API:FMX.Controls.Model.TDataModel

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Presentation.Messages.TMessageSenderSystem.Classes.TPersistentSystem.TObjectTDataModel

Delphi

TDataModel = class(TMessageSender)

C++

class PASCALIMPLEMENTATION TDataModel : public Fmx::Presentation::Messages::TMessageSender

Properties

Type Visibility Source Unit Parent
class public
FMX.Controls.Model.pas
FMX.Controls.Model.hpp
FMX.Controls.Model FMX.Controls.Model

Description

A class that allows sending message notifications to a Receiver.

FMX.Controls.Model.TDataModel inherits from FMX.Presentation.Messages.TMessageSender. All content below this line refers to FMX.Presentation.Messages.TMessageSender.

A class that allows sending message notifications to a Receiver.

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