ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version......
fCreate (Function)
Creates an external file.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
ThreadMode (Function)
Changes the management mode of threads.
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
zipMsgError (Function)
Returns the message associated with an error code on an archive.
zipDeleteAll (Function)
Deletes all files from an archive.
Managing the Windows scheduler
Windows gives you the ability to schedule automatic tasks via the manager of scheduled tasks......
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Project Management Hub: Statistics
When managing a project, you must keep track of some indicators to understand the evolution of the project, its schedule, ......
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
Handling a Static control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically......
fRename (Function)
Modifies the name of a file.
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
fUnlock (Function)
Entirely or partially unlocks an external file.
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
Welcome to WINDEV, WEBDEV and WINDEV Mobile
The home page allows you to easily perform the operations for creating and opening projects......
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
The Context Menu control (WEBDEV)
Context menus are often used in websites......