Show: Delphi
C++
Display Preferences
Vcl.Themes.TThemeData
From XE2 API Documentation
Delphi
type TThemeData = array of NativeUInt;
C++
typedef System::StaticArray<unsigned, 42> TThemeData;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
array typedef |
public | Vcl.Themes.pas Vcl.Themes.hpp |
Vcl.Themes | Vcl.Themes |
Description
TThemeData is an array of theme handles.
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.