Open main menu

RAD Studio API Documentation β

FMX.Controls.Presentation.TPresentedControl.NeedStyleLookup

Delphi

procedure NeedStyleLookup; override;

C++

virtual void __fastcall NeedStyleLookup();

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_NEED_STYLE_LOOKUP message to the presentation layer through its presentation proxy to indicate that this control requires to get and apply its style lookup.

This forces the next call to ApplyStyleLookup to get and apply its style lookup.

See Also