FMX.Forms.TCustomForm.StyleChangedHandler

From RAD Studio API Documentation

Delphi

procedure StyleChangedHandler(const Sender: TObject; const Msg: System.Messaging.TMessage); override;

C++

virtual void __fastcall StyleChangedHandler(System::TObject* const Sender, System::Messaging::TMessage* const Msg);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCustomForm

Description

Event handler for the event that occurs when there is a style change. {{#multireplace:FMX.Forms.TCustomForm.StyleChangedHandler|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Forms.TCommonCustomForm.StyleChangedHandler|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Forms.TCommonCustomForm.StyleChangedHandler|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Event handler for the event that occurs when there is a style change.

Note: When there is a style change, the control sends a TStyleChangedMessage message.

See Also