Vcl.Themes.TCustomStyleServices.IsSystemStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsSystemStyle: Boolean read GetIsSystemStyle;

C++

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

Properties

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

Description

Determines whether the current style is a system style.

IsSystemStyle returns True if the current style is a default operating system style, and False if it is a custom style.

See Also