ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WLanguage properties of Internal Window controls
List of WLanguage properties of Internal Window controls
<Internal window>.ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control.
Case of internal window dequeues Modifies the currently displayed window. This modification is saved in the list of internal windows to scroll.
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window...
Internal window functions
The following functions are used to manage "Internal windows" controls...
Changing the window content with a swipe gesture
The mobile devices propose several features available via finger movements...
Custom properties (WLanguage)
A custom property is a code element with two events...
Events associated with internal windows
List of events associated with internal windows
Reset (Function)
Reinitializes:
  • all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows).
  • the controls found in a group of controls, a supercontrol, an internal window or an internal page.
WinUsefulSize (Function)
Specifies the useful size of an internal window with automatic scrollbars. The useful size corresponds to the full size of the internal window:
  • Width of the internal window.
  • Height of the internal window.
ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control.
Case of internal window dequeues Modifies the currently displayed window. This modification is saved in the list of internal windows to scroll.
ToastDisplayIW (Function)
Opens a toast whose content is based on an internal window.
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
SearchValue (Property)
The SearchValue property is used to get and change the value of the search field in an Action Bar.
Creating a select query
A select query (corresponding SQL statement......
Project description: Project tab
The project description window allows you to configure various elements of your project......
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
Preparing the phone to test an Android application
WINDEV Mobile allows you to develop Android applications. To run the test of these applications on an Android phone, some operations must be performed ......
Generating a class diagram
The generation is used to create the WINDEV classes ("......
Code Editor control
The Code Editor control allows end users to write WLanguage code....
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
9. Overlaying controls
12. Preventing from going back to a page
Image editor: Features
The image editor includes several features......
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
SCM Administrator: Administrator-only options
The SCM administrator includes specific tools for managing repositories......
Properties associated with the rows of a TreeView control
The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties......
Retrieving documents coming from Twain devices
Several WINDEV functions allow you to retrieve documents from a Twain device......
EndTimer (Function)
Ends the execution of a timer triggered by Timer.