FMX.Presentation.Style.TStyledPresentation.MMGetData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MMGetData(var AMessage: TDispatchMessageWithValue<TDataRecord>); message PM_GET_STYLES_DATA;

C++

MESSAGE void __fastcall MMGetData(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 request about getting a value corresponding to a key in the key-value pair specified in the data record from the presentation control.

See Also