RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomLinkLabel.UseThemes Method

Determines whether the application containing the link label supports themes.

Pascal
function UseThemes: Boolean; virtual;
C++
virtual __fastcall Boolean UseThemes();

The UseThemes method returns the value True if the application has themes enabled, or False otherwise. You can check or uncheck "Enable runtime themes" on the ProjectOptionsApplication page.

Note: This is available on Windows Vista only.
 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!