IDL Programming > Objects > Miscellaneous Object Classes > IDLcomIDispatch::SetProperty

IDLcomIDispatch::SetProperty

Syntax | Arguments | Keywords | Version History

The IDLcomIDispatch::SetProperty function method is used to set properties for the COM object that underlies an IDLcomIDispatch object. The COM object’s property names are represented as IDL keywords to the SetProperty method, and property values are treated as IDL keyword values.

Syntax

Obj->[IDLcomIDispatch::]SetProperty [, PROPERTY=value]

Arguments

None.

Keywords

Any property listed under IDLcomIDispatch Properties that contains the word “Yes” in the “Set” column of the properties table can be set using this method. To set the value of a property, specify the property name as a keyword set equal to the appropriate property value.

Version History

5.5

Introduced