System.RaiseList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function RaiseList: Pointer;

C++

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

Properties

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

Description

Warning: RaiseList is deprecated. Please use AcquireExceptionObject.

RaiseList is used internally by the Delphi compiler.

Do not call RaiseList directly. RaiseList is deprecated and used internally.

See Also