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.
Spacing out a selection of controls
To create modern interfaces, you need to increase spacing between the controls in your windows......
Popup window
WINDEV allows you to open windows in popup format......
Specific features of the applications for iPhone/iPad
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page or report. Get and change the value returned by an option in a Radio Button control....
Using several libraries in an application
A library is a WDL file that contains all the resources......
Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window......
DashDisplay (Function)
Refreshes elements in a Dashboard control.
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
I was using Visual Basic with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
The Tab control
The Tab control is used to simultaneously display different controls......
12. External component
An external component is a set of WINDEV elements: windows, reports, analysis, etc....
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
UI audit: Detect obsolete features
The lifecycle of some projects span several years......
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
Scanning a document (via a WIA driver)
Windows Image Acquisition (WIA) is a Windows device driver interface and API that allows applications to scan documents using a scanner......
8. External component
An external component is a set of WINDEV Mobile elements: windows, reports, analysis, etc....
External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
Clipping the window according to an image
An image can be used to easily define the shape of a window......
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?......
Guided tour management constants
nWDSetParentNext
Set the parent of the next window to open......
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......