System.DispCallByIDProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

DispCallByIDProc: Pointer;

C++

extern DELPHI_PACKAGE void *DispCallByIDProc;

Properties

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

Description

DispCallByIDProc contains the address of a function.

DispCallByIDProc contains the address of a function that is used while performing calls on dispinterface methods. Initially, DispCallByIDProc contains the address of a routine that raises an exception. DispCallByIDProc is later changed in the initialization section of the ComObj unit to support COM dispatch interface support.

Note: Applications should not change the value of this variable.

See Also