ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Wi-Fi functions
Functions for Wi-Fi management...
fImageSelect (Function)
Opens the image picker of Windows.
CreateShortcut (Function)
Creates a shortcut on the Windows desktop, in the "Start" menu of Windows or in a specific directory.
Windows: What must be taken into account if the users are working with Vista (and later)
Windows Vista (and later) proposes several improvements......
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
2. How to test a site?
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
1. Project and Analysis
The development of a Windows application with WINDEV is based on two main elements: the Project and the Analysis....
System functions
List of system functions...
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
IWListCount (Function)
Returns the number of internal windows currently found in the list of internal windows browsed by an Internal Window control.
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
Mouse management functions
List of functions for mouse management...
TileDisplayBadge (Function)
Displays a badge (numeric notification or image) on the tile of a Universal Windows 10 App application.
Optional events
By default, the codes available in the code editor correspond to the most common codes......
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
<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....
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......
WDConver : Use in command line mode
Using WDConver in command line mode consists in running a conversion description created and saved with WDConver ("......
Configuring the IIS 7/7.5 server
Runtime log
The runtime log is the best way to identify the most used features of an application......
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
Error 101: Declaration of global variable not allowed
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....