System.ReleaseExceptionObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ReleaseExceptionObject;

C++

extern DELPHI_PACKAGE void __fastcall ReleaseExceptionObject(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.pas
System.hpp
System System

Description

Releases an exception object acquired by AcquireExceptionObject.

ReleaseExceptionObject releases an exception object previously acquired by AcquireExceptionObject.

See Also