Vcl.Dialogs.EPlatformVersionException
Delphi
EPlatformVersionException = class(Exception);
C++
class PASCALIMPLEMENTATION EPlatformVersionException : public System::Sysutils::Exception
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.Dialogs.pas Vcl.Dialogs.hpp |
Vcl.Dialogs | Vcl.Dialogs |
Description
Exception raised when the application uses a class that requires Windows Vista, Windows 7, or a later version of Windows.
EPlatformVersionException is the class for exceptions that occur when the application requires Windows Vista, Windows 7, or a later version of Windows in order to function properly.