FMX.StdCtrls.TAniIndicator.ApplyStyleLookup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ApplyStyleLookup; override;

C++

virtual void __fastcall ApplyStyleLookup(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TAniIndicator

Description

Gets and applies the style of a TStyledControl.

FMX.StdCtrls.TAniIndicator.ApplyStyleLookup inherits from FMX.Controls.TStyledControl.ApplyStyleLookup. All content below this line refers to FMX.Controls.TStyledControl.ApplyStyleLookup.

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