Vcl.Controls.TCustomHintWindow.IsThemed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsThemed: Boolean;

C++

bool __fastcall IsThemed();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomHintWindow

Description

Returns True if the application supports themes, or False otherwise.

IsThemed returns True if themes are enabled for this application and the current operating system is Windows Vista, Windows, 7 or later Windows operating systems, or False otherwise.

See Also