Vcl.Themes.TCustomStyleServices.Theme

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Theme[Element: TThemedElement]: THandle read GetTheme;

C++

__property NativeUInt Theme[TThemedElement Element] = {read=GetTheme};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes TCustomStyleServices

Description

Represents the handles associated with the specified element.

Use Theme to retrieve Windows handles for each user interface element.

See Also