FMX.Forms.TCustomForm.StyleChangedHandler

Aus 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);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCustomForm

Beschreibung

Ereignisbehandlungsroutine für das Ereignis, das bei einer Stiländerung ausgelöst wird. {{#multireplace:FMX.Forms.TCustomForm.StyleChangedHandler|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:FMX.Forms.TCommonCustomForm.StyleChangedHandler|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:FMX.Forms.TCommonCustomForm.StyleChangedHandler|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Ereignisbehandlungsroutine für das Ereignis, das bei einer Stiländerung ausgelöst wird.

Hinweis: Bei einer Stiländerung sendet das Steuerelement eine TStyleChangedMessage-Botschaft.

Siehe auch