Checks whether a control should be themed.
function ThemeControl(AControl: TControl): Boolean;
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.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|