FMX.Controls.Model

From RAD Studio API Documentation
Jump to: navigation, search


Package fmx240.bpl

Classes

TDataModelA class that contains a dictionary of key-value pairs and may be used as a model by 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;