System.SysUtils.Exception.Destroy

From RAD Studio API Documentation
Revision as of 17:37, 13 February 2014 by AChavesBot (talk | contribs) (Robot: Adding category XE6)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~Exception(void);

Properties

Type Visibility Source Unit Parent
destructor public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils Exception

Description

Destroys an instance of Exception.

See Also