FMX.Presentation.Style.TStyledPresentation.DoApplyStyleLookup

From RAD Studio API Documentation

Delphi

procedure DoApplyStyleLookup; override;

C++

virtual void __fastcall DoApplyStyleLookup(void);

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. {{#multireplace:FMX.Presentation.Style.TStyledPresentation.DoApplyStyleLookup|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls.TStyledControl.DoApplyStyleLookup|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Controls.TStyledControl.DoApplyStyleLookup|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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

DoApplyStyleLookup activates the OnApplyStyleLookup event handler.

See Also