Vcl.Controls.TCustomHintWindow.NewStylePainting

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

Delphi

function NewStylePainting: Boolean;

C++

bool __fastcall NewStylePainting(void);

プロパティ

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

説明

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

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

関連項目