Remove custom property from COM object
deleteproperty(c,name)
deleteproperty(c,name) deletes the name property from custom properties belonging to the object or interface c.
c
name
You can delete properties only created with the addproperty function.
addproperty
collapse all
COM object, specified as a function handle.
Property name, specified as a character vector.
Example: 'Position'
'Position'
COM functions are available on Microsoft® Windows® systems only.
addproperty | get | Property Inspector | set
get
set