RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Themes.ThemeControl Function

Checks whether a control should be themed.

Pascal
function ThemeControl(AControl: TControl): Boolean;
C++
Boolean ThemeControl(TControl * AControl);

Call ThemeControl to check whether a control should be themed. AControl is the control that needs to be checked. ThemeControl returns True if the control can be themed and False otherwise.

Note: ThemeControl is used by the VCL Forms designer at design time. Applications should not call this routine directly.
 

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