ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / Developing an application or website / Controls, windows and pages / Controls: Available types / OLE control
  • Overview
  • Finding out the name of the file associated with the OLE control
  • Modifying the name of the file associated with an OLE control
  • Functions for programming the OLE controls
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Programming an OLE field
Overview
WINDEV allows you to manipulate an OLE field directly by programming.. To do so, use the control variable in the code.
The variable of the OLE control corresponds to the name of the OLE control.
Finding out the name of the file associated with the OLE control
To find out the name of the OLE file associated with a control, use the following syntax:
OLE_OLE1 = FileName // OLE_OLE1 is the name of the control
Modifying the name of the file associated with an OLE control
To modify the name of the file associated with a control, use the following syntax:
OLE_OLE1 = FileName // OLE_OLE1 is the name of the control
// This line is equivalent to: OLELoad("OLE_OLE1", FileName)
Functions for programming the OLE controls
WINDEV allows you to easily manipulate the OLE controls via specific functions of WLanguage. For more details, see OLE functions of WLanguage.
See also
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 09/30/2024

Send a report | Local help