RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TThemeServices.Theme Property

Represents a set of handles associated with each user interface element type.

Pascal
property Theme [Element: TThemedElement]: HTHEME;
C++
__property HTHEME Theme[TThemedElement Element];

Use Theme to retrieve Windows handles for each user interface element. Windows API uses the returned handles to draw specific UI elements. The property is only used internally, so normally you do not need to use it. 

 

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