API:System.SysUtils.RaiseLastOSError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RaiseLastOSError;
procedure RaiseLastOSError(LastError: Integer);
procedure RaiseLastOSError(LastError: Integer; const AdditionalInfo: string); overload;

C++

extern DELPHI_PACKAGE void __fastcall RaiseLastOSError(void)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

Embarcadero Technologies does not currently have any additional information.