Description
The ObjMethodIterator
objects allows you to work with the collection of object’s methods which you can see in the Methods page of the Object Browser panel. To obtain the ObjMethodIterator
object in scripts, use the built-in EnumMethods
routine.
Note: | This object is obsolete. It is supported for backward compatibility only. To work with the collection of the tested object’s methods, use the aqObject.GetMethods method. |