ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)...
TableInfoXY (Example)
Usage example of the TableInfoXY function
NbAnimationSteps (Property)
The NbAnimationSteps property is used to get and specify the number of drawings in the image that defines the animation of a custom infinite Progress Bar control.
fUnlock (Example)
Usage example of the fUnlock function
zipAddFile (Example)
Usage example of the zipAddFile function
The structure of the file for remote control
The management of remote control uses a file in INI format......
xlsColumnType (Example)
Usage example of the xlsColumnType function
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).
ThreadCurrent (Function)
Returns the name of the thread currently run.
PreviousPage (Function)
Returns the name of the previous page.
LooperDisplay (Function)
Refreshes a Looper control based on a data file from a given position: the modifications performed in the linked file are applied to the looper.
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
Kanban control events
The following events are associated with Kanban controls......
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
Creating a RAD pattern
From version 12, a new RAD technology has appeared......
SOAPAddXMLSignature (Example)
Usage example of the SOAPAddXMLSignature function
dBackground (Example)
Usage example of the dBackground function
dPolygon (Example)
Usage example of the dPolygon function
Extracting messages added or modified since last extraction
A project was already created and translated......
Automatic error handling
Error handling can be customized for each process......
3. Layouts
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 3 - Window orientation (layouts) - 15 min
The Dashboard control
Dashboards are essential elements in an application......