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.
OpenDocumentAsynchronous (Function)
Opens a document using the appropriate editor
ContactAdd (Example)
Usage example of the ContactAdd function
MenuAddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
grSurfaceMesh (Function)
Enables or disables the mesh on a Surface chart.
VideoDisplay (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
Constants for sound management
List of constants used by the functions for sound management....
HorizontalAlignment (Property)
The HorizontalAlignment property is used to get and change the horizontal alignment of a control or text.
VerticalAlignment (Property)
The VerticalAlignment property is used to get and change the vertical alignment of a control or text.
IF statement
The conditional IF statement allows you to run an action according to a condition...
InstantMessaging (Type of variable)
The InstantMessaging type is used to define the advanced characteristics of the instant messaging of a contact (Google Talk, Skype, MSN, etc.).
SysNation (Function)
Returns the nation currently used by the system.
WDPic (Type of variable)
The WDPic type is used to define the advanced characteristics of an image in ".wdpic" format.
iParameterPDF (Function)
Defines the options for the generated PDF file.
<Table>.CollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
The "Surface" charts
The Surface chart is used to represent correlated analogical data, according to 3 axes...
BTLEStatus (Function)
Returns the current Bluetooth activation status on the device or asks to be notified when the activation status changes.
Page (Property)
The Page property is used to handle a page.
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
DashDelete (Function)
Deletes a widget displayed in a Dashboard control. The Dashboard control is updated and a free location replaces the deleted widget.
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
fWriteLine (Example)
Usage example of the fWriteLine function
AssistedInputDeleteAll (Function)
Clears the list of values proposed for the assisted input of an edit control.
Creating a RAD pattern
From version 12, a new RAD technology has appeared......