ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Calling a procedure/a function
Syntax for calling a local or global procedure.
sEndEvent (Function)
Disables the detection of an event on a serial port.
<Array>.Mean (Function)
Calculates the mean of the values within an array.
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
CertificateSignFile (Function)
Creates the signature of a file. This signature can be stored in a Buffer variable or in a text file.
ComponentLoadAll (Function)
Recursively loads in memory all the external components used in the project.
MultimediaControlVisible (Function)
Manages the visibility of control buttons (Play, Pause, Fast Forward, ...) found in the Multimedia control.
Programming automatic calculations in the columns of a Table control
IF statement
The conditional IF statement allows you to run an action according to a condition...
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
zipExtractPath (Example)
Usage example of the zipExtractPath function
Break in a report
The break is used to group the records corresponding to a sort criterion......
SocketExist (Function)
Checks the existence of socket.
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
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.
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
Warning (Function)
Displays a custom message in a system warning window.
<Array>.Sort (Function)
Sorts a WLanguage array.
REST Services: Prologue procedure (executed before each call)
It is now possible to specify in the description of a Webservice that a procedure must be called (and executed automatically) each time a Webservice is called......
fCurrentDrive (Function)
Gets or sets the current drive.
RibbonCloseGrouping (Function)
Closes the group currently open in a Ribbon control.