ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dEncrustColor (Function)
Encrusts a color in an image found in an Image variable].
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
The Shape control
The Shape control allows you to create geometric shapes in your windows and reports......
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
Orientation (Property)
The Orientation property is used to get and change the orientation of an element.
<Image>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
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....
8. Windows in practice
Discover the main actions that can be performed on the windows....
<Image variable>.EncrustColor (Function)
Encrusts a color in an image found in an Image variable].
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
Switzerland.CheckOASI (Function)
Checks the validity of a Swiss Old-?Age and Survivors' Insurance Number (OASI)....
NetDiskList (Function)
Lists the available disks: on the FTP server (File Transfer Protocol) or on the RPC server (Remote Procedure Call) powered by WINDEV, on the client computer. This function is kept for backward compatibility....
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.
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
16. Application test in practice
Locking data files: correspondence between WINDEV 5.5 and the later versions
Managing Hive databases
Hive is a software layer of Hadoop used to run queries......
Reserved WEBDEV Application Server - License Agreement
Reserved WEBDEV Application Server - License Agreement...
Pushed (Property)
The Pushed property is used to get and change the state of a two-state button (pressed or released).
4. WINDEV, WEBDEV and WINDEV Mobile: fully compatible format
WINDEV, WEBDEV and WINDEV Mobile: fully compatible format...
2. WINDEV, WEBDEV and WINDEV Mobile: fully compatible format
New projects are often cross-platform....
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......