ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Diagram editor>.EndModification (Function)
Indicates the end of a series of actions performed in a Diagram Editor control in a single event ("undo/redo")....
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"......
ExecuteDelayedProcedure (Function)
Runs a delayed procedure (in the WEBDEV application server).
<Diagram variable>.EndModification (Function)
Indicates the end of a series of actions performed in a variable of type Diagram in a single event ("undo/redo")....
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
Android: Conditions for using the Map control
Up to WINDEV Mobile version 180046, the Google Maps API library was required to use a Map control in an Android application......
WindowsVersion (Function)
Returns the runtime mode of Windows.
ThreadMode (Function)
Changes the management mode of threads.
Events associated with HTML controls
WEBDEV includes different events associated with the HTML control......
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
Error 1023: The access to the method of the class is restricted by a private inheritance
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
Functions for managing objects (External language)
Error 1030: The access to the base class is restricted by a private inheritance
Error 1013: The access to the member of the class is restricted by a protected inheritance
1. WEBDEV editors
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
Error 1029: The access to the base class is restricted by a protected inheritance
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV site.
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
Asc (Function)
Returns the ASCII code of the specified character.
"Reports & Queries" software
This is "Reports & Queries"......
TreeExpand (Function)
Expands a node in a TreeView control.
CriticalSection (Type of variable)
CriticalSection variables are used 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.