Vcl.ShadowWnd.TShadowWindow.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TShadowWindow();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.ShadowWnd.pas
Vcl.ShadowWnd.hpp
Vcl.ShadowWnd TShadowWindow

Description

Destroys a TShadowWindow instance.

The Destroy method destroys an instance of the TShadowWindow class.

See Also