FMX.Controls.TStyledControl.RequestStyleData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function RequestStyleData(const Index: string): TValue; virtual;

C++

virtual System::Rtti::TValue __fastcall RequestStyleData(const System::UnicodeString Index);

Properties

Type Visibility Source Unit Parent
function protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TStyledControl

Description

Requests the value of the StylesData property of the style object.

See Also