FMX.Controls.TStyledControl.ApplyStyleLookup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ApplyStyleLookup; virtual;

C++

virtual void __fastcall ApplyStyleLookup();

Properties

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

Description

Gets and applies the style of a TStyledControl.

ApplyStyleLookup gets the style by calling the GetStyleObject method and applies it through the ApplyStyle method.

See Also