ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project...
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...
<Window>.ToSource (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
<Source>.FromWindow (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
Image drawing and processing functions (prefix syntax)
List of image drawing and processing functions (prefix syntax)...
SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
<Window>.ToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the window controls are automatically updated with the values of these controls. This function is also available for WEBDEV pages....
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
Properties associated with the rows of a TreeView Table control
The rows of TreeView Table controls in a window or page can be manipulated using WLanguage properties......
InWindowsStoreAppSimulatorMode (Function)
Identifies whether or not the code is executed in the simulator for applications in Windows Store mode. Function kept for backward compatibility....
Tile (Type of variable)
The Tile type is used to defined all the advanced characteristics of a tile for an application in Universal Windows 10 App mode.
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
SysIconBadge (Function)
Returns or modifies the value displayed in the badge associated with the icon of an iOS or Universal Windows 10 App application.
InWinRTMode (Function)
Indicates whether the code is run in WinRT mode (Windows Store apps). Function kept for backward compatibility....
FullScreen (Function)
Enables or disables the full-screen mode in the applications in Universal Windows 10 App mode.
System popup menu
The system popup menus are managed by the system (Android, Windows, ......
StringRetrieve (Function)
Retrieves a character string in a format external to PC Soft (character string that is the result of a Windows API for example).
WBSetup: Managing additional languages
The "WBSetup" project corresponds to the standard setup program of WEBDEV sites......
CurrentWin (Function)
Identifies the window currently in edit.
Local storage management functions
The following functions are used to manage the local storage of data in browser code....
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
Report viewer: Text copy
The report viewer allows you to copy text from the report and paste it to a file in another application......
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
RTFLoad (Function)
Loads a file in RTF in an RTF control (found in a window or in a report).
HTML control properties
You can manipulate HTML controls in a window, page or report using the following WLanguage properties......
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes....