FMX.Controls.Model
Contains the TDataModel base class of data models for presented controls. TDataModel can define a Receiver and send messages, when its data is changed, to update values shown in the associated presented control.
MM_ prefixed constants define IDs of messages that are sent by the TDataModel model of a presented control to a presentation when values of a model data are changed.
| Package | fmx250.bpl |
|---|
Classes
| TDataModel | Data models for presented controls. |
| TDataModelClass | Class reference of TDataModel. |
Types
| TDataRecord | Key-value pair where the key is a string and the value is an instance of TValue. |
Constants
| MM_BASE | MM_BASE: Integer = $1600; |
| MM_DATA_CHANGED | MM_DATA_CHANGED: Integer = $1602; |
| MM_GETDATA | MM_GETDATA: Integer = $1601; |
| MM_USER | MM_USER: Integer = $1700; |