FMX.Presentation.Style.TStyledPresentation.DoApplyStyleLookup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoApplyStyleLookup; override;

C++

virtual void __fastcall DoApplyStyleLookup();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Presentation.Style.pas
FMX.Presentation.Style.hpp
FMX.Presentation.Style TStyledPresentation

Description

Executed internally each time ApplyStyleLookup is called for this TStyledControl object.

FMX.Presentation.Style.TStyledPresentation.DoApplyStyleLookup inherits from FMX.Controls.TStyledControl.DoApplyStyleLookup. All content below this line refers to FMX.Controls.TStyledControl.DoApplyStyleLookup.

Executed internally each time ApplyStyleLookup is called for this TStyledControl object.

DoApplyStyleLookup activates the OnApplyStyleLookup event handler.

See Also