TThemeData is an array of theme handles.
TThemeData = array[TThemedElement] of HTHEME;
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!
|