Vcl.Themes.TCustomStyleServices.LoadFromFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function LoadFromFile(const FileName: string): TCustomStyleServices; virtual;

C++

__classmethod virtual TCustomStyleServices* __fastcall LoadFromFile(const System::UnicodeString FileName);

Properties

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

Description

Loads a style from the specified file.

Call LoadFromFile to load a style from the specified file.

See Also