ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

3. Site development life cycle
PageInitialization (Function)
Resets to zero (or not) the controls found in the current page and starts the events for initializing the controls and the page.
ImageYPos (Function)
Returns the vertical position (Y) of the mouse cursor in relation to the specified Clickable Image control.
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
AnimationPeriod (Property)
The AnimationPeriod property is used to get and modify rotation speed of the animation in the Cube or Carousel controls.
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive......
France.CheckSIRET (Function)
Checks the validity of a French SIRET number (Système d'Identification du Répertoire des Etablissements)....
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
Edit control properties
You can manipulate Edit controls in a window, page or report using the following WLanguage properties......
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
The OLE control
The OLE control is used to handle an OLE object......
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
3. Deploying a WINDEV application
CameraStopDecoding (Function)
Stops decoding bar codes in a Camera control.
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....
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
VideoStopDecoding (Function)
Stops decoding a bar code in a Camera control.
Manipuler un champ Editeur_Images_WB par programmation
Abre una ventana cuyo resultado se recuperará a través de una Procedure WLanguage ("callback").
Camera functions
<Camera>.StopDecoding (Function)
Stops decoding a bar code in a Camera control.
dTextMarkdown (Function)
Draws Markdown text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable]....
What is a database?
A database is an organized collection of data for a particular purpose (e.g., manage orders)......