System.SetRaiseList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SetRaiseList(NewPtr: Pointer): Pointer;

C++

extern DELPHI_PACKAGE void * __fastcall SetRaiseList _DEPRECATED_ATTRIBUTE1("Use AcquireExceptionObject") (void * NewPtr);

Properties

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

Description

Warning: SetRaiseList is deprecated. Please use AcquireExceptionObject.

SetRaiseList is used internally by the Delphi compiler.

Do not call SetRaiseList directly. SetRaiseList is used internally.

See Also