Vcl.Themes.TStyleManager.IsCustomStyleActive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property IsCustomStyleActive: Boolean read GetIsCustomStyleActive;

C++

/* static */ __property bool IsCustomStyleActive = {read=GetIsCustomStyleActive, nodefault};

Properties

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

Description

Indicates whether the active style is a custom style. IsCustomStyleActive returns True if the active style is a custom style, and False if the active style is a system style.

See Also