Vcl.Controls.TCustomHintWindow.IsThemed

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

Delphi

function IsThemed: Boolean;

C++

bool __fastcall IsThemed();

プロパティ

種類 可視性 ソース ユニット
function protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomHintWindow


説明

アプリケーションがテーマをサポートしている場合は True を、そうでない場合は False を、それぞれ返します。

現在のオペレーティング システムが Windows Vista、Windows 7、または最新の Windows オペレーティング システムで、このアプリケーションに対してテーマが有効になっている場合、IsThemedTrue を返し、そうでない場合は False を返します。

関連項目