System.Win.ComObj.DispatchInvokeError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DispatchInvokeError(Status: Integer; const ExcepInfo: TExcepInfo);

C++

extern DELPHI_PACKAGE void __fastcall DispatchInvokeError(int Status, const tagEXCEPINFO &ExcepInfo);

Properties

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

Description

Raises an exception using the specified OLE return code (Status) and exception information (ExcepInfo).

See Also