ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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......
grCategoryLabel (Function)
Initializes the label of a data category (or section) in 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......
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....
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......
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
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.
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
14. Generation modes
Generation modes...
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
Handling a Static control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically......
LooperAdd (Function)
Adds a row at the end of a Looper control.
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.
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......