FMX.Controls.TStyledControl.StylesData
Delphi
property StylesData[const Index: string]: TValue read GetStyleData write SetStyleData;
C++
__property System::Rtti::TValue StylesData[const System::UnicodeString Index] = {read=GetStyleData, write=SetStyleData};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TStyledControl |
Description
Associates any data (passed as a TValue) to any of the child controls with the StyleName property set.