Vcl.Controls.TCustomHintWindow.IsThemed

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function IsThemed: Boolean;

C++

bool __fastcall IsThemed();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomHintWindow

Beschreibung

Gibt True zurück, wenn die Anwendung Themes unterstützt, andernfalls False.

IsThemed gibt True zurück, wenn Themes für diese Anwendung aktiviert sind, und das aktuelle Betriebssystem Windows Vista, Windows 7 oder höher ist, andernfalls False.

Siehe auch