System.FRaiseExcept

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FRaiseExcept(excepts: UInt32; CheckExceptionMask: Boolean = True);

C++

extern DELPHI_PACKAGE void __fastcall FRaiseExcept(UInt32 excepts, bool CheckExceptionMask = true);

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.