Vcl.Forms.TFormStyleHook.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TFormStyleHook();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TFormStyleHook

Description


Destroys an instance of TStyleHook.

Vcl.Forms.TFormStyleHook.Destroy inherits from Vcl.Themes.TStyleHook.Destroy. All content below this line refers to Vcl.Themes.TStyleHook.Destroy.

Destroys an instance of TStyleHook.

Do not call Destroy directly. Call Free instead. Free verifies that the object reference is not nil before calling Destroy.

See Also