ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
Extracting the text of the project
The following text can be extracted......
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
AAF: Automatic filter on the columns of Table controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example......
Crosshair in a chart
In a Line chart, it may be difficult to read the value of axes for a point that is far from these axes......
Analysis links
The links are used to link the files found in an analysis between themselves......
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
J2EERun (Function)
Runs a procedure on a server of J2EE XML Web services.
BurnerMediaType (Function)
Used to find out and modify the format of the CD or DVD to burn.
29. SEO in practice
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
Check: Test of a WLanguage code
The monitoring robot is used to compile and run the WLanguage code entered......
Google Contacts management functions
List of functions for managing Google contacts...
PhotoRunApp (Function)
Starts the native camera application of the device in order to take a photo.
Manage SCM branches visually
The Source Code Manager offers a graphic interface for editing branches to optimize the management of branches in your projects......
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
Configuring the server for the CGI/AWP protocol
To use WEBDEV, a Web server must to be found on the computer where WEBDEV is installed......
PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period, etc.) are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
Multitask (Function)
MultiTask is used to: define a timeout, give control back to Windows, give control back to Windows and to WLanguage....
Outstanding progress bars
Simple or symmetric progress bar?...
xlsOpen (Function)
Opens an Excel file (xls or xlsx files).
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).