ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PageReadHeaderHTTP (Function)
Reads and returns one or more HTTP headers received by the current page (these headers are sent by the client to the server in the current request).
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
Validity period of site pages
When creating a page, a validity period can be defined for this page......
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
18. Order of execution of the code of buttons/links
UI audit: Detect obsolete features
The lifecycle of some projects span several years......
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
Managing space characters in the searches?
AAF: Simple edit options in an edit control
The context menu of an edit control is used to perform simple edit operations...
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
Remote WEBDEV administrator: Show the statistics
...The statistics become available once the log files have been imported....
Using the Salesforce service
Salesforce is a very popular CRM software......
4. HFSQL Classic
HFSQL Classic is the database format......
Type of pages created by RAD
The page creation wizard shows different types of pages associated with HFSQL data files......
Managing Google contacts
The Google Contact service is used to manage contacts on Internet......
Zooming a window (AAF)
The end user can zoom the content of a window with the mouse......
Describing an element
A flexible modeling includes different elements linked together......
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
The "Debugger" pane
The "Debugger" pane displays the debugger options when debugging the project or a project element ("Debugger" option)......
ERR_BAD_CONTEXT
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
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.