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.
Managing the XSD
...WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format....
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
ExecutePresetAction (Function)
Runs a preset WINDEV action.
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
WINDEV Framework License Agreement
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
Selecting the application or the files to install
WINDEV includes a wizard for generating a setup program: to install a WINDEV application. to install other files. Installing goodies for example (images, videos, ...)....
The SOAP structure
To pass parameters to a procedure run on a SOAP server, WINDEV is using the following structure......
Animating an image
WINDEV, WINDEV Mobile and WEBDEV allow you to handle several types of animated images......
Activation key management functions
The following functions are used to manage activation keys:...
How to color a control with focus?
This help page explains how to highlight the control where the input is performed....
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
WINDEV Mobile Framework License Agreement
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
Image drawing and processing functions (prefix syntax)
List of image drawing and processing functions (prefix syntax)...
Client application: Running procedures on a server of J2EE services
WINDEV includes several J2EE functions......
WINDEV and telephony
WINDEV allows you to easily manage the incoming and outgoing phone calls via the WLanguage telephony functions......
AutoRunDelete (Function)
Stops the automatic execution of a WINDEV application.
Telemetry: Configuring the WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must......
9. Generation modes
WINDEV Mobile includes different types of generation......
End of Document block
The End of document block is run once at the end of the report execution......