System.PropertySet.GetCallType

From RAD Studio API Documentation
Jump to: navigation, search

C++

Byte      GetCallType()   const { return DISPATCH_PROPERTYPUT; }

Properties

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

Description

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

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.