FMX.Colors.TColorButton.OnApplyStyleLookup

From RAD Studio API Documentation

Delphi

property OnApplyStyleLookup: TNotifyEvent read FOnApplyStyleLookup write FOnApplyStyleLookup;

C++

__property OnApplyStyleLookup;

Properties

Type Visibility Source Unit Parent
event published
FMX.Colors.pas
FMX.Colors.hpp
FMX.Colors TColorButton

Description

Occurs when a style is applied to the control. {{#multireplace:FMX.Colors.TColorButton.OnApplyStyleLookup|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls.TControl.OnApplyStyleLookup|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Controls.TControl.OnApplyStyleLookup|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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