ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
Ribbon control properties
The WLanguage properties can be used to handle: a Ribbon control found in a window. a pane of a Ribbon control. a grouping of a Ribbon control....
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......
Code history
The code history is used to......
Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes......
Control style: Font characteristics
You can change many style options in the "Style" tab of the control description window......
Handling an internal component
An internal component is a set of elements from a project......
Extracting messages added or modified since last extraction
A project was already created and translated......
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
Handling a .NET 3.0, 4.0 control, ... (WPF) through programming
WINDEV enables you to handle a .NET 3.0, 4.0 control, ... (WPF) by programming......
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
Developing an iOS 14 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc....
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
iPreview (Function)
Configures the print destination.
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
The Sidebar control
The Sidebar control gives access to different options......
Handling a WinForm .Net control through programming
Push notification: Android configuration (Google Cloud Messaging)
To use the Push notifications in Android, you must have a Google account and you must perform a specific configuration......
8. Optimizing an application
<Window>.FromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
NetDirList (Function)
Lists the directories and the files found: on the FTP server (File Transfer Protocol) or on the RPC server (Remote Procedure Call) powered by WINDEV, on the client computer. This function is kept for backward compatibility....
Executable: Project backup
At the end of the executable creation wizard, WINDEV proposes to automatically make a backup of the sources of your project......
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
<Source>.ToWindows (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
zipExist (Function)
Used to find out whether an archive exists.