Vcl.Themes.TStyleManager.Style

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property Style[const Name: string]: TCustomStyleServices read GetStyle;

C++

/* static */ __property TCustomStyleServices* Style[const System::UnicodeString Name] = {read=GetStyle};

Properties

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

Description

Returns the style specified by name.

Style returns the style specified by Name from the list of registered styles.


See Also