You must use the AppBuilder to add an ActiveX control to your application.
If you save your work at this point, the AppBuilder generates the following data and code for your application:
The definition for a default instance of the specified ActiveX control in a binary (
.wrx) file. This includes the initial definition provided by the control vendor. The binary file includes all ActiveX control instances for the corresponding
.w file.
The rest of this section describes how you can modify the default definition of an ActiveX control instance. For more information on the ABL code for instantiating an ActiveX control at runtime, see
AccessingActiveX controls at runtime. For more information on locating and sizing the control in the user interface, see
Orienting a control in the user interface at design time.