System.ReleaseExceptionObject

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure ReleaseExceptionObject;

C++

extern DELPHI_PACKAGE void __fastcall ReleaseExceptionObject(void);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
System.pas
System.hpp
System System

Description

Libère l'objet exception acquis par AcquireExceptionObject.

ReleaseExceptionObject libère un objet exception précédemment acquis par AcquireExceptionObject.

Voir aussi