Show: Delphi
C++
Display Preferences
FMX.Types.TControl.OnApplyStyleLookup
From XE2 API Documentation
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 | published | FMX.Types.pas FMX.Types.hpp |
FMX.Types | 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.