FMX.Presentation.Style.TStyledPresentation.MMDataChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MMDataChanged(var AMessage: TDispatchMessageWithValue<TDataRecord>); message PM_SET_STYLES_DATA;

C++

MESSAGE void __fastcall MMDataChanged(Fmx::Presentation::Messages::TDispatchMessageWithValue__1<System::Generics::Collections::TPair__2<System::UnicodeString,System::Rtti::TValue> > &AMessage);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Presentation.Style.pas
FMX.Presentation.Style.hpp
FMX.Presentation.Style TStyledPresentation

Description

The message handler that responds to a change of the Data value in the DataSource of the data model.

See Also