OLE Container Control
Creates an OLE container control.
OLEControl
Remarks
An OLE container control lets you add OLE objects to your applications. OLE objects include ActiveX Controls (.ocx files) and insertable OLE objects created in other applications such as Microsoft Word and Microsoft Excel. Unlike ActiveX Controls (.ocx files), insertable OLE objects do not have their own set of events. OLE container controls, unlike OLE bound controls, are not bound to a General field in a Visual FoxPro table.
Note that the type of ActiveX control placed in an OLE container control determines the properties, events, and methods available for the ActiveX control
For additional information about OLE objects in Visual FoxPro, see Adding OLE.
See Also
OLE Container Control Properties, Methods and Events | ActiveX Controls Overview | APPEND GENERAL | CREATE FORM | CREATE CLASS | CREATEBINARY( ) | DEFINE CLASS | MODIFY GENERAL | OLE Bound Control