ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Conversion (Function)
Converts a value from a unit to another one.
Translation with Google Translate
WINDEV, WEBDEV and WINDEV Mobile allow you to support up to 64 languages in the same project......
WebserviceWriteHTTPCode (Function)
Specifies the HTTP code that will be returned at the end of the execution of the REST Webservice function.
nWDGetLastError: Error code of last error
Error code of last error......
PanelSaveConfiguration (Function)
Saves the current configuration of the Dockable Panel controls of a window.
Net constants
List of constants used by the Net functions....
TreeView constants
List of constants used by the TreeXXX functions...
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
Creating an action plan
The action plans group all actions that will be performed by the software factory....
Configuring the "Relative duration" mask (date and time in natural language)
WINDEV, WEBDEV and WINDEV Mobile propose to use a "Relative duration" display mask for the Date controls......
DriveUploadDirectory (Function)
Envoie un répertoire (présent sur la machine de l'utilisateur) vers un disque distant....
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
sParameter (Function)
Defines or modifies the parameters for configuring the specified serial port, parallel port or infrared port.
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
Error 25: No THEN statement is associated with this IF
fSeek (Example)
Usage example of the fSeek function
Constants for external files
List of constants used by the functions for managing external files....
MultimediaOpen (Function)
Opens a media file in a Multimedia control.
HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
Choosing the type of link
WEBDEV proposes several types of links according to the action of link on the page controls......
Configuring the Apache 2.2 server
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
<Array>.Reduce (Function)
Applies a computation to each element of an array.
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
<Array>.Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.