SHDocVw.TWebBrowserShowScriptError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TWebBrowserShowScriptError = procedure(ASender: TObject;
const AErrorLine, AErrorCharacter, AErrorMessage, AErrorCode, AErrorUrl: OleVariant;
var AOut: OleVariant; var AHandled: Boolean) of object;

C++

typedef void __fastcall (__closure *TWebBrowserShowScriptError)(System::TObject* ASender, const System::OleVariant &AErrorLine, const System::OleVariant &AErrorCharacter, const System::OleVariant &AErrorMessage, const System::OleVariant &AErrorCode, const System::OleVariant &AErrorUrl, System::OleVariant &AOut, bool &AHandled);

Properties

Type Visibility Source Unit Parent
type
typedef
public
SHDocVw.pas
SHDocVw.hpp
SHDocVw SHDocVw

Description

Embarcadero Technologies does not currently have any additional information.