ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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>.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.
Internal window functions
The following functions are used to manage "Internal windows" controls...
WLanguage properties of Internal Window controls
List of WLanguage properties of Internal Window controls
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
Changing the window content with a swipe gesture
The mobile devices propose several features available via finger movements...
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.
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
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.
ToastDisplayIW (Function)
Opens a toast whose content is based on an internal window.
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.
DisplayBookmarks (Property)
The DisplayBookmarks property is used to: identify the display mode of bookmarks in a Word Processing control. show or hide bookmarks in a Word Processing control....
SearchAAF (Property)
The SearchAAF property is used to: find out whether the search via AAF is enabled on a non-editable Combo Box control, enable (or not) the search via AAF on a non-editable Combo Box control....
RuleVisible (Property)
The RuleVisible property is used to: Find out whether the rulers are visible or invisible in a Word Processing control. Make the rulers visible or invisible in a Word Processing control....
Compass (Property)
The Compass property is used to: display or hide the compass on a Map control, determine whether the compass is displayed on a Map control....
FontMinSize (Property)
The FontMinSize property is used to get and change the minimum size of the font used in a Static control with the "Reduce font" option.
ImageType (Property)
The ImageType property is used to get the type of image being edited in an Image Editor control (icon or image).
InterpretAmpersand (Property)
The InterpretAmpersand property is used to determine and change how the '&' character is interpreted in: the caption of a Static control. the elements of a List Box control. the elements of a Combo Box control. the values of a column in a Table control....
EditMode (Property)
The EditMode property gets and sets the editing mode of the Diagram Editor control: selection or freehand drawing.
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
WDInst: handling the files to install
By default, the files to install are......
Python: Native calls
WLanguage allows for native Python calls......
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
Creating a select query
A select query (corresponding SQL statement......
WDInst: components and setup models
By default, the setup program installs all the specified files on the setup computer......
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
1. Communication with WINDEV Mobile
WINDEV Mobile includes several communication functions for different fields....
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
Project description: Project tab
The project description window allows you to configure various elements of your project......
WINDEV Mobile License Agreement
Cherche les éléments d'un noeud HTML correspondant à une balise....
WINDEV Mobile 2024 Tutorial
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive......
Push notification: iOS configuration
To use the Push notifications in iOS, you must have a Google account and you must perform a specific configuration......
Creating a Java archive
When your Java application is developed, you can......