RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Themes.TThemeData Type

TThemeData is an array of theme handles.

Pascal
TThemeData = array[TThemedElement] of HTHEME;
C++
array[TThemedElement] of HTHEME TThemeData;

TThemeData is an array used internally to hold theme element handles. Each element of TThemeData is a handle assigned to the specific user interface element supported by the theme engine. TThemeServices instances use an array of this type. 

 

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