ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Deployment package
The deployment package creates a ZIP file containing the site's setup......
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
Help editor options
The options of the help editor ("Display......
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
Reorder the data displayed in your tables
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
UploadSize (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
UploadCurrentFileSize (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
<Upload>.Size (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
<Upload>.CurrentFileSize (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
MapAddShape (Function)
Adds a new shape (polygon, line, circle) to the map displayed in a Map control.
<Map>.AddShape (Function)
Adds a new shape (polygon, line, circle) to the map displayed in a Map control.
MCIWindowSize (Function)
Changes the size and position of the display window of a media file previously opened (MCIOpen).
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
Handling an ActiveX by programming
WINDEV allows you to handle an ActiveX control in WLanguage via......
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
WLanguage procedure called by SCPSendFile
WLanguage procedure ("callback") called by SCPSendFile when transferring files to a remote host using the Secure Copy Protocol (SCP).
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.
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
WLanguage procedure called by OpenDocument
WLanguage procedure ("callback") called by OuvreDocument after the edit window is closed. This procedure can be a local, global or internal procedure.
Termination (Property)
The Property Termination is used to define the Procedure WLanguage executed when moving to the next/previous step or at the end of the guided tour....
Start of Document block
The Start of document block is printed once at the beginning of the report execution......