FMX.Controls.TControl.OnApplyStyleLookup

From RAD Studio API Documentation
Revision as of 10:09, 3 October 2016 by AndreyKuchukov (talk | contribs) (RS-78348)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

property OnApplyStyleLookup: TNotifyEvent read FOnApplyStyleLookup write FOnApplyStyleLookup;

C++

__property System::Classes::TNotifyEvent OnApplyStyleLookup = {read=FOnApplyStyleLookup, write=FOnApplyStyleLookup};

Properties

Type Visibility Source Unit Parent
event public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Occurs when a style is applied to the control.

Write an OnApplyStyleLookup event handler to customize the process of applying a style.

ApplyStyleLookup is an event handler for OnApplyStyleLookup. Override it to customize the process of applying a style.

OnApplyStyleLookup is used for styled controls.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=FMX.Controls.TControl.OnApplyStyleLookup&oldid=778132"