System.SysUtils.PExceptionRecord

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

PExceptionRecord = ^TExceptionRecord;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
pointer public System.pas System.SysUtils System.SysUtils

Beschreibung

PExceptionRecord ist ein Zeiger auf einen TExceptionRecord-Typ.

Der Typ PExceptionRecord zeigt auf eine TExceptionRecord-Variable. TExceptionRecord enthält Informationen über eine Exception in einer Anwendung.

Siehe auch