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.
MyBottomSlidingWindow (Reserved word)
The MyBottomSlidingWindow keyword is used to manipulate the bottom sliding window associated with the current window
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status bar. Help window. Advanced tooltip. Help page. HLP file....
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
Native SQL Server Connector for WINDEV and WEBDEV 2024
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
Native Oracle Connector for WINDEV and WEBDEV
WINDEV Mobile Generator of skin templates: Customizing the elements
The WINDEV Mobile generator of skin templates is used to generate the necessary files for creating a custom WINDEV Mobile skin template......
Generator of WINDEV skin templates: Customizing the elements
The generator of WINDEV skin templates is used to generate the necessary files for creating a custom skin template for the WINDEV projects......
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
Check: Connectivity to the external databases (by ODBC)
The monitoring robot will attempt to connect to an external database (MySQL, SQL Server, ......
Classes, members, methods and properties
A class is made of......
SCM: Removing a project
Usage example of the AppointmentAdd function...
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......