FMX.Controls.Presentation.TPresentedControl.RequestStyleData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Requests the style value for a presented control (passed as a TValue).

Note: TPresentedControl does not have a style. The style is placed in the presentation layer, which is the responsible of the visual presentation of the control. Therefore, this function uses the PresentationProxy to communicate the presented control with the presentation layer.

See Also