System.SysUtils.EWin32Error

提供: RAD Studio API Documentation
移動先: 案内検索

System.SysUtils.EOSErrorSystem.SysUtils.ExceptionSystem.TObjectEWin32Error

Delphi

EWin32Error = class(EOSError)

C++

class PASCALIMPLEMENTATION EWin32Error _DEPRECATED_ATTRIBUTE0  : public EOSError

プロパティ

種類 可視性 ソース ユニット
class public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

説明

警告: EWin32Error は非推奨になっています。 EOSError を使用してください。

EWin32Error は,Windows エラーの例外クラスです。

現在では,EWin32Error よりも EOSError を使用するのが一般的になっています。

関連項目