FMX.Forms.TCommonCustomForm.StyleChangedHandler
Delphi
procedure StyleChangedHandler(const Sender: TObject; const Msg: System.Messaging.TMessage); virtual;
C++
virtual void __fastcall StyleChangedHandler(System::TObject* const Sender, System::Messaging::TMessageBase* const Msg);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
protected | FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms | TCommonCustomForm |
説明
スタイル変更があった際に発生するイベントのイベント ハンドラ。
メモ: スタイル変更があると、コントロールは、TStyleChangedMessage メッセージを送信します。