System.PropertyGet.GetCallType

From RAD Studio API Documentation
Jump to: navigation, search

C++

Byte      GetCallType()   const { return DISPATCH_PROPERTYGET;}

Properties

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

Description

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

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