Vcl.Themes.TStyleManager.SystemStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property SystemStyle: TCustomStyleServices read GetSystemStyle;

C++

/* static */ __property TCustomStyleServices* SystemStyle = {read=GetSystemStyle};

Properties

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

Description

Returns the native system style, for example, the Windows theme.

See Also