External Interfaces/API Reference    
addproperty (COM)

Add custom property to COM object

Syntax

Arguments

h
   Handle for a COM object previously returned from actxcontrol, actxserver, get, or invoke.

propertyname
   A string specifying the name of the custom property to add to the object or interface.

Description

Add a custom property, propertyname, to the object or interface, h. You can assign a value to that property using set.

Examples

Create an mwsamp control and add a new property named Position to it. Assign an array value to the property:

See Also

deleteproperty, get, set, inspect


  actxserver delete (COM)