ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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......
WLanguage procedure called by DeepLinkProcedure
WLanguage procedure ("callback") called by DeepLinkProcédure when the user clicks a deep link with a target URL associated with the application.
Multiline Zone control properties
A Multiline Zone control and the lines of a Multiline Zone control can be handled in a window by the following WLanguage properties.
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
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......
Deployment package
The deployment package creates a ZIP file containing the site's setup......
The DotNet structure
Help editor options
The options of the help editor ("Display......
Reorder the data displayed in your tables
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.
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
<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.
fContentType (Function)
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
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).
fMIMEType
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
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......
WLanguage procedure called by SCPSendFile
WLanguage procedure ("callback") called by SCPSendFile when transferring files to a remote host using the Secure Copy Protocol (SCP).