Vcl.Themes.TStyleManager.RegisterStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure RegisterStyle(Style: TCustomStyleServices);

C++

__classmethod void __fastcall RegisterStyle(TCustomStyleServices* Style);

Properties

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

Description

Registers the instance of a style specified by the Style parameter.

See Also