Vcl.Themes.TCustomStyleServices.Name

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Name: string read GetName;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes TCustomStyleServices


説明

現在のスタイルの名前を返します。

Name を使用すると、現在のスタイルの名前を表す文字列を取得することができます。この名前は、スタイルを有効化するために StyleManager.SetStyle で使用する名前と同じ名前です。

関連項目