ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

  • Overview
  • How to?
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 the views of a window
Overview
To easily handle large windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window.
Each view can display a different section of the same window.
All the modifications performed on one of the views will be automatically applied to all the opened views.
How to?
To display a new view of the current window in the editor, go to the "Display" tab, "Options" group and click "Duplicate display".
To close one of the views, all you have to do is close the corresponding window.
Remark: The views being based on the same file, a single opened element appears in the bar of open elements.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment