System.ExceptAddr
Delphi
function ExceptAddr: Pointer;
C++
extern DELPHI_PACKAGE void * __fastcall ExceptAddr(void);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | System.pas System.hpp |
System | System |
Description
Renvoie l'adresse à laquelle l'exception en cours a été déclenchée.
Utilisez ExceptAddr pour obtenir l'adresse à laquelle une exception s'est produite. S'il n'existe pas une telle liste, ExceptAddr renvoie nil (Delphi) ou NULL (C++).