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.
Automatic server update
The HFSQL Control Center is used to implement the automatic server update......
14. Report templates
...Report templates are used to easily standardize report layouts....
Activity diagram
An activity diagram represents the behavior of a method or the flow of a use case......
Multiple generation
Project configurations are used to easily define the different "targets" of your project......
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls programmatically......
The Flexbox control
Flexbox is a standard layout system for web pages......
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
Content (Property)
The Content property is used to get and change the content of an element.
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
The OLE control
The OLE control is used to handle an OLE object......
Combo Box and List Box controls: Automatic features (AAF)
The List Box and Combo Box controls can benefit from several AAFs......
RestartProgram (Function)
Ends the application and restarts it.
2. Projects in practice
HExecuteView (Example)
Usage example of the HExecuteView function
<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.
MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (popup menu or drop-down menu).
Keyword (Property)
The Keyword property is used to get and change a keyword.
httpRequest
The HTTPRequest keyword can correspond to...
MongoDeleteDatabase (Function)
Deletes a MongoDB database as well as its collections.
Action (Property)
The Action property is used to specify the action to be performed.
fSelect (Example)
Usage example of the fSelect function
MenuIsMarked (Function)
Used to find out whether a checkmark is displayed in front of a menu option (popup menu or drop-down menu).
MenuState (Function)
Identifies the state of a menu option (context menu or drop-down menu): active, inactive or invisible.
Reports & Queries: New features in this version
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).