Vcl.Themes.TCustomStyleServices.IsSystemStyle

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

Delphi

property IsSystemStyle: Boolean read GetIsSystemStyle;

C++

__property bool IsSystemStyle = {read=GetIsSystemStyle, nodefault};

プロパティ

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


説明

現在のスタイルが、システムのスタイルかどうかを判断します。

IsSystemStyle は、現在のスタイルが、オペレーティング システムのデフォルト スタイルの場合に True を、カスタム スタイルの場合には False を返します。

関連項目