Vcl.Themes.TCustomStyleEngine.TStyleEngineNotification

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TStyleEngineNotification = (snControlDestroyed, snStyleHookUnregistered);

C++

enum DECLSPEC_DENUM TStyleEngineNotification : unsigned char { snControlDestroyed, snStyleHookUnregistered };

プロパティ

種類 可視性 ソース ユニット
enum public
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes TCustomStyleEngine


説明

スタイル エンジンが通知を受けるイベントの種類について示します。

TStyleEngineNotification には、次の値が設定可能です:

意味
snControlDestroyed コントロールは破壊されており、スタイル エンジンは今後追跡してはいけない。
snStyleHookUnregistered コントロールの登録スタイル フックのリストから、スタイル フック クラスが削除された。

関連項目