Vcl.Themes.TCustomStyleServices.SaveToFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveToFile(const FileName: string); virtual;

C++

virtual void __fastcall SaveToFile(const System::UnicodeString FileName);

Properties

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

Description

Saves the current style settings to the specified file.

Call SaveToFile to save the current style in the specified filename.

See Also