ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Guided tour management constants
WDXView : Use
This help page presents the different features of WDXView......
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
ERR_BAD_PARAMETER
PageBorderVisible (Property)
The PageBorderVisible property is used to: determine if the page borders are displayed in a Diagram Editor control. show or hide the page borders in a Diagram Editor control....
HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
GenerateGeometricImage (Function)
Randomly generates an image with geometric shapes. This image can be used to temporarily fill an Image control, for example.
CaptionWidth (Property)
The CaptionWidth property is used to get and change the width reserved for the text area in an Edit or Combo Box control.
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
<Toast>.Display (Function)
Displays a "Toast" message.
Body (Property)
The Body property is used to identify and modify the HTML body of an HTML Display control or an HTML Editor control.
<Image variable>.DrawBorder (Function)
Draws the borders in an Image variable.
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
Sortable (Property)
The Sortable property is used to: Determine if a Table control column is sortable. Make a column of a Table control sortable or not....
Multitask (Function)
MultiTask is used to: define a timeout, give control back to Windows, give control back to Windows and to WLanguage....
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....
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
FutureHeight (Property)
The FutureHeight property is used to determine how high an auto-resizing control in a report will be after being enlarged.
Creating an application that manages the Euro
The method for creating an application supporting the switch to the Euro is as simple as the method for creating a WINDEV application....
HTMLModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
PDFAddImage (Function)
Adds an image to a page in an existing PDF file.
<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
WDConver : Use in interactive mode
Before you start using WDConver, you must have......