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.
BurnerStatus (Function)
Returns the status of the current burner.
BurnerPath (Function)
Returns the path of the current burner.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
MapAddMarker (Function)
Adds a new marker onto a map displayed in a Map control.
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
HErrorPassword (Function)
After the execution of a read or write function in a data file, used to find out whether an error caused by a wrong password occurred on this data file.
SaaSClientConnexion (Function)
Returns the characteristics of the connection to the client database.
TableAddChild (Example)
Usage example of the TableAddChild function
VibrationTrigger (Function)
Triggers the vibrations of the device.
CurrentYear (Function)
Returns the current year in integer format.
BurnerSelect (Function)
Used to select the default burner.
NetMACToIP (Function)
Returns the IP address corresponding to a given MAC address.
Reduce (Function)
Applies a computation to each element of a WLanguage array.
dLoadImage (Function)
Loads an image in an Image variable from a memo, a file or a binary buffer.
SaaSConnectedUser (Function)
Returns the user currently connected via SaaSConnect.
ToastDisplay (Function)
Displays a "Toast" message.
EventCreate (Function)
Creates an event.
LooperInfoXY (Function)
Used to find out the row or control located at specific position in the Looper control (X, Y).
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
ComboClose (Function)
Closes the drop-down list in a Combo Box control (simple or multi-column Combo Box control).
BurnerCancel (Function)
Cancels the current burn process.
grDestinationControl (Function)
Defines an Image control as destination of a chart.
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
MapInfoXY (Function)
Returns the geographical position (latitude and longitude) corresponding to a point in a Map control.