Vcl.Controls.TCustomHintWindow.NewStylePainting

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

Delphi

function NewStylePainting: Boolean;

C++

bool __fastcall NewStylePainting();

プロパティ

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


説明

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

NewStylePainting は、アプリケーションでテーマが有効になっており、現在のオペレーティング システムが Windows XP の場合には True を、そうでなければ False を返します。

メモ: RAD Studio は、Windows Vista 以前はサポートしていません。

関連項目