RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
PropertySet::GetCallType Method

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

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

Call GetCallType to determine the type of flag needed to call the method represented by PropertySet using the IDispatch::Invoke method of the Automation interface. GetCallType returns DISPATCH_PROPERTYPUT, indicating a method that sets the value of a property. 

 

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