ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
10. Embedded queries
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame......
Setup by stand-alone physical media
A setup by stand-alone physical media allows you to provide a media that contains all the files required for installing and running a site......
Manipulating a Layout control programmatically
A Layout control can be......
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control)....
DLNA / UPnP functions (prefix syntax)
The following WLanguage functions are used to handle UPnP devices...
2. WLanguage functions specific to phones
A WINDEV Mobile HFSQL application can also operate in Client/Server mode....
End
END can correspond to: the END keyword of WLanguage used to specify the end of a loop. the End property, which can be used on EventTimeline variables. .......
Erase patches
To quickly modify the operating mode of an application, you can use application patches......
10. Embedded queries
10. Embedded queries
The controls from a window can be linked to a data file or existing query, ......
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt it to the expectations of the Webservice, if necessary. It can then be sent using HTTPSend.
Typing multilingual texts
For a multilingual application, you have the ability to......
Share your projects via Git
Git is a source code manager......
9. Distributing "Reports and Queries"
After
They After keyword can correspond to:
Multiple setup of same site on the same server
The same site can now be automatically installed on the same server without having to rename the project......
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
Analyzing dependencies and orphan images
To help you manage the navigation of the Web users in your sites, an advanced feature for analyzing the dependencies and the orphan images is available in WEBDEV......
EndTotalRange (Property)
The EndTotalRange property is used to: get the last date or time that can be displayed in a Scheduler or TimeLine control. change the last time that can be displayed in a TimeLine control....
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......