Class Browser

The Class Browser window is useful for looking up COM methods, properties, and constants while you are writing scripts. From the Script Editor, you can access the Class Browser window by choosing Class Browser from the Script menu.

[spacer]

Select the COM library from which you want to look up information. Use the Classes and Members lists to select individual items. A description of the selected item appears at the bottom of the window. Click Copy to copy the fully-qualified name of the selected item to the clipboard. You can paste the name into the current script.

Some COM libraries provide online help that describes the members in the library. If help for a specific library is installed, the Help button will be enabled in the Class Browser window.


Documentation Feedback