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.
NextIndex (Function)
Returns the number of the next row displayed in the current Table control.
Image Editor control: Options in the ribbon and the panes
The Image Editor control offers a host of options accessible via......
SortOption (Property)
The SortOption property gets and sets the sort options used in: text columns in Table controls, text columns in Treeview Table controls, List Box and ListView controls, Combo Box controls, attributes of Looper controls, images, clickable images and thumbnails with automatic sequence....
User Groupware and Native Connector files
An application that works with the User Groupware can be used with a database handled by a Native Connector......
apFullProjectName (Function)
Retrieves the full physical name of a project opened during the execution of an action plan.
WEBDEV administrator: Installed Webservices
The "Webservices" tab gives information about the dynamic WEBDEV Webservices installed on the computer......
Image (Keyword)
The Image keyword can correspond to: an Image variable. a property used to get and change the image of an element....
MapPolyline (Type of variable)
The MapPolyline type is used to define the characteristics of a line composed of several segments to be drawn on the map displayed in a Map control.
MapImage (Type of variable)
The MapImage type is used to define the characteristics of an image to be drawn on the map displayed in a Map control.
Creating an insert query
An insert query (corresponding SQL statement......
Creating the Relation pages of a WEBDEV RAD pattern
Welcome to Reports & Queries
Reports & Queries is used to......
Round (keyword)
The Round keyword can correspond to...
emailOutlookSession (Type of variable)
The emailOutlookSession type is used to handle the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
The Spin control
A Spin control is used to increase or reduce a value found in a control......
grSaveWMF (Function)
Saves a chart that was drawn beforehand in WMF format.
grSaveEMF (Function)
Saves a chart that was drawn beforehand in a file in EMF format.
Comment (Property)
The Comment property is used to manage comments.
EmulateActionBar (Function)
Emulates an Action Bar during the automated tests run on a mobile device (Android or iOS).
Link (Property)
The Link property is used to get and change the link of an element.
gClickableLink (Function)
Adds a clickable link in a graphic string.
Orientation (Property)
The Orientation property is used to get and change the orientation of an element.
ActionClick (Property)
The ActionClick property is used to define the procedure executed when an element is clicked.
SQLConnect (Example)
Usage example of the SQLConnect function
Creating the Vision pages of the WEBDEV RAD pattern