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.
WDInst: managing the files to install
The setup editor WDInst is used to manage the files to install......
OutlookStartSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
HWrite (Function)
Writes a record into a table without updating the indexes corresponding to all keys used in the table.
BrowserRunApp (Function)
Opens the default Web browser of the current device.
Int (Variable type)
The Int type is used to easily perform calculations on integer values...
SFForwardQuery (Function)
Continues to run a SOQL query (Salesforce Object Query Language) on the records of a Salesforce database.
SFExecuteProcess (Function)
Requests the execution of a specific process.
SFSearch (Function)
Performs a search among the records found in a Salesforce database.
SFEmptyRecycleBin (Function)
Clears the specified records from the Salesforce recycle bin.
MapDeleteItinerary (Function)
Deletes an itinerary from a Map control.
TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
AppleSignIn (Function)
Used to implement authentication via "Sign In with Apple" on devices running on iOS 13 and higher.
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
ThreadCurrent (Function)
Returns the name of the thread currently run.
ControlCurrent (Function)
Returns the name of the control currently in edit.
ControlGrayed (Function)
Grays a control or a group of controls. An animation can be set on the controls during this operation.
LooperModifyLine (Function)
Changes the values of the attributes in a row of a Looper control based on a data file or populated programmatically.
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.