FMX.Forms.TCustomForm.StyleChangedHandler

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

virtual void __fastcall StyleChangedHandler(System::TObject* const Sender, System::Messaging::TMessageBase* 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.

FMX.Forms.TCustomForm.StyleChangedHandler inherits from FMX.Forms.TCommonCustomForm.StyleChangedHandler. All content below this line refers to FMX.Forms.TCommonCustomForm.StyleChangedHandler. 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