Vcl.Themes.TThemeData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TThemeData = array of NativeUInt;

C++

typedef System::StaticArray<NativeUInt, 45> 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.

See Also