PlatformAPI.EPlatformNotSupported.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const PlatformName: string);

Properties

Type Visibility Source Unit Parent
constructor public PlatformAPI.pas PlatformAPI EPlatformNotSupported

Description

Instantiates an instance of EPlatformNotSupported with the specified unsupported platform.

Call Create to construct an exception object with a simple message string that states that the specified platform is not supported.

PlatformName is a string containing the name of the unsupported platform. The name of the platform is included in the exception Message as provided in the exception creator.

See Also