ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

12. Synchronizing data
dSaveImageICO (Function)
Saves an image in icon format either in a file, or in memory.
Archiving functions (management of ZIP, WDZ, CAB, RAR, 7z, TAR and TGZ (TAR.GZ)) (prefix syntax)
List of archiving functions (management of ZIP, WDZ, CAB, RAR, 7z, TAR and TGZ (TAR.GZ))...
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
Duplicating a project
Duplicating a project allows you to have two identical projects with the same name but found in different directories......
HEX@ (Type of Variable)
Objet interne pour la gest ion de VisiteGuidée.Etape.Disque.
WINDEV License Agreement
Cherche les éléments d'un noeud HTML correspondant à une balise....
WINDEV FTP functions
List of WINDEV FTP functions...
WINDEV 2024 Tutorial
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
<Image>.Font (Function)
Declares the font that will be used by dTexte in an Image control.
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Character strings
WLanguage supports different types of strings....
<Image variable>.DrawRectangleGradient (Function)
Draws a rectangle in an Image variable.
Error 204: using a parameter without optional value after parameters ...
saasVisit (Type of variable)
The saasVisit is used to find out all the characteristics of a SaaS user's visit....
Start of Break block (Break header)
The Start of break block is optional......
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
LanguageToName (Function)
Returns the name of a language.
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect.
SocketConnect (Function)
Connects a client computer to a given socket.
<Image>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image control.
9. Overlaying controls