Vcl.Themes.TThemeServices.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

Properties

Type Visibility Source Unit Parent
destructor public Vcl.Themes.pas Vcl.Themes TThemeServices

Description

Destroys an instance of TThemeServices class.

Do not call Destroy. There is only one instance of TThemeServices present at run-time. Calling Destroy destroys that instance and crashes the application.

See Also