Vcl.Themes.TStyleManager.RegisterStyleClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure RegisterStyleClass(const Extension, Description: string;
const ResourceType: string; StyleClass: TCustomStyleServicesClass); overload;
class procedure RegisterStyleClass(const Extension, Description: string;
ResourceType: PChar; StyleClass: TCustomStyleServicesClass); overload;

C++

__classmethod void __fastcall RegisterStyleClass(const System::UnicodeString Extension, const System::UnicodeString Description, const System::UnicodeString ResourceType, TCustomStyleServicesClass StyleClass)/* overload */;
__classmethod void __fastcall RegisterStyleClass(const System::UnicodeString Extension, const System::UnicodeString Description, System::WideChar * ResourceType, TCustomStyleServicesClass StyleClass)/* overload */;

Properties

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

Description

Registers a style class with extension, description, and resource type.

Parameter Meaning
Extension A string that specifies the extension used with the style files.
Description A string that specifies a description of the style.
ResourceType A string associated with the resource type.
StyleClass Specifies the style class to be registered.


See Also