ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
Sum (Function)
Calculates the sum of the array elements.
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
CameraDisplay (Function)
Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera" control. Function kept for "Version-26-compatible" Camera controls....
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. 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 page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
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....
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
1. Website deployment requirements
WEBDEV Tutorial - Website deployment Lesson 1 - Website deployment requirements - 30 min
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
HFilter (Function)
Defines and enables a filter on a data file, view or query.
OCRLoadLanguage (Function)
Adds a language to the native OCR system.
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
grSaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
Miscellaneous Windows constants
List of constants used by the Windows functions....
fRename (Function)
Modifies the name of a file.
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
fCreate (Function)
Creates an external file.
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....