API:FMX.Controls.Model.TDataModel

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
Class to allow sending message notifications to a TObject.
FMX.Controls.Model.TDataModel inherits from FMX.Presentation.Messages.TMessageSender. All content below this line refers to FMX.Presentation.Messages.TMessageSender.
Class to allow sending message notifications to a TObject.
TMessageSender provides the following features:
- Provides possibility to create a Receiver or specify an external receiver.
- Sends messages to the Receiver. Messages can contain values of any type.
- Sends messages and receives reply values from the Receiver.
- Provides possibilities to switch On and Off the ability to send messages.
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.