FMX.Controls.TStyledControl.StylesData

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also