Properties Events Methods Example See Also
Creates an OLE container control.
Syntax
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 Chapter 16, Adding OLE, in the Programmer's Guide.