Vcl.Themes.TStyleManager.StyleDescriptor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property StyleDescriptor[const StyleName: string]: TStyleClassDescriptor read GetStyleDescriptor;

C++

/* static */ __property TStyleClassDescriptor StyleDescriptor[const System::UnicodeString StyleName] = {read=GetStyleDescriptor};

Properties

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

Description

Returns the descriptor of the style specified by StyleName.

See Also