Vcl.Themes.TStyleManager.ActiveStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property ActiveStyle: TCustomStyleServices read GetActiveStyle;

C++

/* static */ __property TCustomStyleServices* ActiveStyle = {read=GetActiveStyle};

Properties

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

Description

Returns the current style that is set for the application.

See Also