ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Handling an OLE control by programming
Overview
WINDEV enables you to handle an OLE control through 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 handle 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: 05/26/2022

Send a report | Local help