FMX.Controls.Model

From RAD Studio API Documentation
Jump to: navigation, search

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 fmx.bpl

Classes

TDataModelData models for presented controls.
TDataModelClassClass reference of TDataModel.

Types

TDataRecordKey-value pair where the key is a string and the value is an instance of TValue.

Constants

MM_BASEMM_BASE: Integer = $1600;
MM_DATA_CHANGEDMM_DATA_CHANGED: Integer = $1602;
MM_GETDATAMM_GETDATA: Integer = $1601;
MM_USERMM_USER: Integer = $1700;