ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

  • Overview
  • How to?
  • Implementing the recycling of code windows
  • Use several code windows for the same element
  • Notes
  • Using several code windows for the same WINDEV/WINDEV Mobile/WEBDEV element (window, report, etc.)
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
Overview
By default, a single code window is opened for each open element in the editor
For example, a code window displays the code of a button found in a window. If a new code window is opened to display the code of a control found in this window, the window displaying the code of the button is used.
This is called recycling of code windows (default mode).
To use several code windows to display the code of several objects of the same element, simply cancel the recycling of code windows.
How to?

Implementing the recycling of code windows

To recycle the code windows of a WINDEV or WEBDEV file (window, report, ...):
  1. Display one of the codes of the requested element.
  2. On the "Display" tab, in the "Help for edit" group, check "Reuse same code window".

Use several code windows for the same element

To display several code windows for a WINDEV, WINDEV Mobile or WEBDEV element (window, report, ...):
  1. Display one of the codes of the requested element.
  2. On the "Display" tab, in the "Help for edit" group, uncheck "Reuse same code window".
Notes

Using several code windows for the same WINDEV/WINDEV Mobile/WEBDEV element (window, report, etc.)

If the code of the same element (code of a button, code of a control, ...) is requested several times, the corresponding code window is re-enabled.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment