System.SysUtils.EWin32Error

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.SysUtils.EOSErrorSystem.SysUtils.ExceptionSystem.TObjectEWin32Error

Delphi

EWin32Error = class(EOSError)

C++

class PASCALIMPLEMENTATION EWin32Error _DEPRECATED_ATTRIBUTE0  : public EOSError

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Beschreibung

Warnung: EWin32Error ist veraltet. Bitte verwenden Sie EOSError.

EWin32Error ist die Exception-Klasse für Windows-Fehler.

Anstelle von EWin32Error sollte jetzt EOSError verwendet werden.

Siehe auch