RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Function::GetCallType Method

Indicates the type of the interface method represented by the System::Function::Function object.

Pascal
function GetCallType: Byte;
C++
Byte GetCallType() const;

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!