Vcl.ExtCtrls.TShape.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TShape();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TShape

Description

Destroys of an instance of TShape.

Do not call Destroy directly in an application. Instead, call Free. Free verifies that the object is not nil before it calls Destroy.

See Also