Vcl.Themes.UnthemedDesigner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function UnthemedDesigner(AControl: TControl): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall UnthemedDesigner(Vcl::Controls::TControl* AControl);

Properties

Type Visibility Source Unit Parent
function public
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes Vcl.Themes

Description

Checks whether the VCL Forms designer supports theming for a control.

Call UnthemedDesigner to check whether the VCL Forms designer supports theming for a control. AControl is the control that needs to be checked.

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

See Also