Themes.ThemeControl
From RAD Studio VCL Reference
Contents |
Delphi Information
From Themes.pas
function ThemeControl(AControl: TControl): Boolean;
Unit: Themes
Type: function
Visibility: public
C++ Information
From Themes.hpp
bool __fastcall ThemeControl(Controls::TControl * AControl);
Unit: Themes
Type: function
Description
Checks whether a control should be themed.
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.