System.Procedure.GetCallType

From RAD Studio API Documentation
Jump to: navigation, search

C++

Byte      GetCallType()   const { return DISPATCH_METHOD;}

Properties

Type Visibility Source Unit Parent
function public sysvari.h System Procedure

Description

Indicates the type of the interface method represented by the Procedure object.

Call GetCallType to determine the type of flag needed to call the method represented by Procedure using the IDispatch::Invoke method of the Automation interface. GetCallType returns DISPATCH_METHOD, indicating a method that is not a property access method.