Vcl.Dialogs.EPlatformVersionException

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

System.SysUtils.ExceptionSystem.TObjectEPlatformVersionException

Delphi

EPlatformVersionException = class(Exception);

C++

class PASCALIMPLEMENTATION EPlatformVersionException : public System::Sysutils::Exception

プロパティ

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


説明

Windows Vista、Windows 7、またはそれ以降の Windows を必要とするクラスをアプリケーションが使用するときに発生する例外。

EPlatformVersionException は、アプリケーションが正常に動作するために Windows Vista、Windows 7、またはそれ以降の Windows が必要な場合に発生する例外のクラスです。

関連項目