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.
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
Configuring an application with User Groupware
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
"?" menu
WINDEV proposes a help menu adapted to your applications......
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
ControlPane (Function)
Returns the name of static or dynamic pane found in a Tab control associated with a control.
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found......
AllowActionBarHiding (Property)
The AllowActionBarHiding property automatically hides the Action Bar.
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
TabSaveConfiguration (Function)
Saves the configuration of dynamic panes found in a Tab control in character string format.
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
DashMoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
DashResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
WithNewButton (Property)
The WithNewButton property is used to: Determine if a Dynamic Tab control has New tab button (+). Configure a Dynamic Tab control to show a New tab button....
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
Interface checker
The advanced interface checker is a tool used to harmonize the positioning of controls in the different application windows......
Designation of current element (Reserved word)
The keywords used to identify the current element are:
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
OrgElement (Type of variable)
The OrgElement type is used to define the advanced characteristics of an element found in an Organization Chart control.
Window controls
Several types of controls can be used in a window, ......
1
5
6
7
8
9
276
>