Vcl.Themes.TCustomStyleServices.Name

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Name: string read GetName;

C++

__property System::UnicodeString Name = {read=GetName};

Properties

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

Description

Returns the name of the current style.

Use Name to obtain a string that represents the name of the current style. This is the same name you can use with StyleManager.SetStyle to activate the style.

See Also