RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Themes.UnthemedDesigner Function

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

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

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.
 

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