Vcl.Themes.TCustomStyleServices.ThemesEnabled

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

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 プロパティを使用してください。

関連項目