Windows Toolkit - @octave_com_object/isprop
- :
S =isprop(comobj, property) A isprop override for octave_com_object objects.
For a string property, the function will return true or false if the property exists for the com object.
If property is a string array, the function will return an array of same size with true/false for each string in the array that is a property.
See also: fieldnames.