ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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...
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window...
WLanguage properties of Internal Window controls
List of WLanguage properties of Internal Window controls
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.
Events associated with internal windows
List of events associated with internal windows
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.
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.
Changing the window content with a swipe gesture
The mobile devices propose several features available via finger movements...
ToastDisplayIW (Function)
Opens a toast whose content is based on an internal window.
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
Message (Property)
The Message property is used to: Find out the help message associated with a control or with a menu option (in a window). Modify the help message associated with a control or with a menu option (in a window)....
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
OpenMobileWindow (Function)
Opens a window in a mobile application.
<Window>.OpenMobileWindow (Function)
Opens a window in a mobile application.
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
WinStatus (Function)
Identifies or modifies the window status.
CurrentWin (Function)
Identifies the window currently in edit.
SysSetFocus (Function)
Sets focus to a window or control.
SysWinShow (Function)
Modifies the display status of a window.
SysValidHandle (Function)
Checks the validity of a window handle.
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
grDestinationWnd (Function)
Defines a window as chart destination.
iWindowCancel (Function)
Configures the print cancel window..
Properties associated with a window
List of properties associated with a window...
NextTitle (Function)
Modifies the title of next window to open.
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......
Typing multilingual texts
For a multilingual application, you have the ability to......
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
Execution platform
WINDEV Mobile allows you to develop applications for different families of products......
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
Testing the WEBDEV Application Server setup with an example
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
Keyboard shortcut on a button (AAF)
In an application developed with WINDEV, the user has the ability to implement a keyboard shortcut on a button......