FMX.Controls.TStyledControl.StylesData

From RAD Studio API Documentation
Revision as of 07:59, 19 November 2013 by AChaves (talk | contribs) (45148)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=FMX.Controls.TStyledControl.StylesData&oldid=601943"