ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Management of PDF files
PDF is one of the most widely used formats for transmitting and storing electronic documents......
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
Creating a Java archive
When your Java application is developed, you can......
Deploying a site on a PC SOFT test server
PC SOFT proposes to host your test sites......
HUpdateQuery (Function)
Creates or updates a query on an HFSQL server.
<Variable DiskFile>Create (Function)
Creates an external file.
WDOptimizer: Editing and modifying a ".REP" file
Font (Type of variable)
A Font variable creates a font programmatically...
Seek (Function)
Searches for the index of an element in a WLanguage array.
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
fCreateLink (Function)
Creates a link on a file at the specified location.
Reals
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user computers......
Handling a Check Box control through programming (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
16. Java applications in practice
Java applications in practice...
CertificateSignString (Function)
Creates the signature of a character string.
Body Complement block
The Body complement block is linked to the Body block......
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
fOpenTempFile (Function)
Creates and opens a temporary file.
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....