AboutBox Method Example
The following example opens the Help About Box for the Data ObjectvxData1.
vxData1.AboutBox
NOTE (CIMPLICITY USERS ONLY): In CIMPLICITY, the following additional code must precede the first reference of vxData1 in its scope:
Dim vxData1 As Object
Set vxData1 = CimGetScreen.Object.Objects.Item("vxData1").OleObject