ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Customizing keyboard shortcuts
The different editors in WINDEV, WEBDEV and WINDEV Mobile include many options that can be used directly via keyboard shortcuts......
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
MaxWidth (Property)
The MaxWidth property gets and sets the maximum width of a control or window.
eRoundDifference (Function)
Returns the rounding difference between: the value displayed in a "Currency + Euro" control, the associated control used for dual display....
iConfigure (Function)
Configures the printer for a print performed in WLanguage: by opening the configuration window. by modifying the printer used for the current print....
Table,Display (External language)
Refreshes the Table control.
Manipulating TreeMap controls programmatically
WINDEV allows you manipulate a TreeMap control programmatically....
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ......
Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions......
Programming custom calculations in Table controls
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
Software factory administrator: Options
Several options can be configured in the Software Factory administrator......
Defining a help window template
WINDEV allows you to create help window templates......
Pre-launched sessions
A pre-launched session is a session of a Web site (or webservice) automatically started on the Web server from the WEBDEV Application Server......
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......