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
  • Item characteristics
  • Updating the item with the data from the OLE control
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
Binding an OLE control to an item
Item characteristics
An OLE control can be bound to an item in a data file, query, etc. "Sound, image and binary" items can be bound to OLE controls. The stored information corresponds to the file name.
Updating the item with the data from the OLE control
1st case: the controls in the window are bound to items in a data file
All the items in the data file (or a related file) that are bound to a control in the window will be updated by ScreenToFile.
2nd case: the controls in the window are not bound to items in a data file
The value of each control must be assigned to each item using the following syntax:
<Data file>.<Item> = <Control name>
See also
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 10/03/2023

Send a report | Local help