Vcl.Dialogs.EPlatformVersionException

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.SysUtils.ExceptionSystem.TObjectEPlatformVersionException

Delphi

EPlatformVersionException = class(Exception);

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs Vcl.Dialogs

Beschreibung

Exception, die ausgelöst wird, wenn die Anwendung eine Klasse verwendet, für die Windows Vista, Windows 7 oder eine höhere Windows-Version erforderlich ist.

EPlatformVersionException ist die Klasse für Exceptions, die ausgelöst werden, wenn die Anwendung für eine korrekte Ausführung Windows Vista, Windows 7 oder eine höhere Windows-Version erfordert.

Siehe auch