FMX.Controls.Presentation.TPresentedControl.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.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation TPresentedControl

Description

Sends a PM_APPLY_STYLE_LOOKUP message to the presentation layer through its presentation proxy.

For details about the circumstances that trigger this procedure, see TStyledControl.ApplyStyleLookup.

See Also