Vcl.Controls.TCustomHintWindow.NewStylePainting

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function NewStylePainting: Boolean;

C++

bool __fastcall NewStylePainting(void);

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.

NewStylePainting returns True if themes are enabled for this application and the current operating system is Windows XP, or False otherwise.

Note RAD Studio no longer supports Windows Vista or earlier.

See Also