Vcl.Themes.TCustomStyleServices.ThemesEnabled
Delphi
function ThemesEnabled: Boolean; inline; deprecated 'Use TCustomStyleServices.Enabled';
C++
bool __fastcall ThemesEnabled _DEPRECATED_ATTRIBUTE1("Use TCustomStyleServices.Enabled") ();
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | Vcl.Themes.pas Vcl.Themes.hpp |
Vcl.Themes | TCustomStyleServices |
説明
警告: ThemesEnabled は非推奨になっています。 Enabled を使用してください。
テーマ(スタイル)がこのアプリケーションに対して有効化どうかを示します。
ThemesEnabled を使用すると、テーマ(スタイル)がこのアプリケーションに対して有効化どうかを確認することができます。
メモ: ThemesEnabled は、廃止予定です。代わりに、Enabled プロパティを使用してください。