isSupported method
Returns a value indicating whether or not the object supports a specific Document Object Model (DOM) standard.
![]() ![]() |
Syntax
retVal = object.isSupported(bstrfeature, version);
Parameters
- bstrfeature [in]
-
Type: BSTR
The name of the standard.
-
DOM Core module.
-
DOM XML module.
-
DOM Events module.
-
DOM User interface Events module.
-
DOM Mouse Events module.
-
DOM Text Events module.
-
DOM Mutation Events module.
-
DOM Mutation name Events module.
-
DOM HTML Events module.
-
DOM Load and Save module.
-
DOM Asynchronous load module.
-
DOM Validation module.
-
DOM XPath module.
- version [in, optional]
-
Type: VARIANT
The version number of the standard. Supported values vary according to the standard.
Standards information
See also
Show:

