ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
Options of the window editor
To configure the general options of the window editor......
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
WinForceDDW (Function)
Forces the DDW (Dim Disabled Windows) feature on a window even if this window is not accessible.
<Image>.DominantImageColor (Function)
Returns the dominant (i.e. most frequent) color of an image found in an Image control.
<Polygon2D variable>.Disjoint (Function)
Determines whether two geometries are disjoint, i.e. whether their intersection is empty.
<Segmented Button>.Add
Adds a new option (i.e. a new button) to a Segmented Button control.
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop through a level. Loop through a level with copy. In-depth loop....
Handling a control through programming in a report
All report controls can be handled through programming......
Error 203: The procedure already has a scope attribute (local or global)
History of versions (network setup)
The setup wizard allows you to configure the history of versions during a network setup....
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible 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....
Optimizing the query execution
The query editor allows you to optimize the execution speed of one or more queries......
Docusign: Electronic signature
It is now common for individuals or businesses to sign contracts electronically......
Animation of Chart control
The animation of Chart controls allows you to define a dynamic display in your applications......