ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

RightClick (Property)
The RightClick property gets and sets the name of the Button control that will be executed when an object is right-clicked.
AuthToken (Property)
The AuthToken keyword can correspond to: an AuthToken variable. a property of an httpRequest variable. a property of an emailIMAPSession variable. a property of an emailSMTPSession variable]....
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
SocketConnect (Function)
Connects a client computer to a given socket.
<Chart>.ScatterSeriesLabel (Function)
Initializes the label of a data series in a "Scatter" chart. Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2. For more details, see Utiliser les nouveautés de WINDEV Suite SaaS 2025....
dSaveImageICO (Function)
Saves an image in icon format either in a file, or in memory.
Spreadsheet control: Available formulas
At runtime, in the Spreadsheet control, the end user directly enters the calculation formulas......
AutoRunAdd (Function)
Allows you to automatically start a WINDEV application when a specific event occurs.
SocketRead (Function)
Retrieves a message sent by another socket.
AppointmentContinuous (Property)
The AppointmentContinuous property is used to determine or change how multiple-day appointments are displayed in a Scheduler control.
Error: Redefinition of syntax
The '<method>' methods of the '<derived class>' class and of the '<base class>' class do not have the same prototype......
Enumeration (Variable type)
An enumeration is a set of values......
Font (Type of variable)
A Font variable creates a font programmatically...
FreeDLL (Function)
Frees the 32-bit library (DLL) that was loaded in memory by LoadDLL.
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates). Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2. For more details, see Use the new features of WINDEV Suite SaaS 2025....
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.