View objects in the object browser
The VBA IDE object browser lets you view the properties, methods, and events of the object libraries in your project. The object browser is available from the
View
menu.To view properties, methods, and events:
- In the VBA IDE, selectView>Object Browser.
- In theObject Browserwindow, from theAll Librarieslist, selectDisplayClient.
- UnderClasses, click an SE Client object to display its properties, methods, and events.TIP:The object browser displays theFactoryTalk View SEClient Constants in theClasseswindows as well.
- UnderClassesorMembers, select an item and then pressF1to display help for it.
Provide Feedback