FMX.ScrollBox.TPresentedVertScrollBox.OnApplyStyleLookup
Delphi
property OnApplyStyleLookup: TNotifyEvent read FOnApplyStyleLookup write FOnApplyStyleLookup;
C++
__property OnApplyStyleLookup;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | FMX.ScrollBox.pas FMX.ScrollBox.hpp |
FMX.ScrollBox | TPresentedVertScrollBox |
Description
Occurs when a style is applied to the control.
FMX.ScrollBox.TPresentedVertScrollBox.OnApplyStyleLookup inherits from FMX.Controls.TControl.OnApplyStyleLookup. All content below this line refers to FMX.Controls.TControl.OnApplyStyleLookup.
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.