ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDXView : Use
This help page presents the different features of WDXView......
Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ......
TableRecNum (Function)
Returns the number of the current record in a Table control based on a data file.
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
ThreadSuspend (Function)
Temporarily suspends the execution of the specified thread. Function not recommended.
J2EE constants
List of constants used by the J2EE functions....
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
HServerWorkingDir (Function)
Returns the path of a temporary directory on the HFSQL server.
WidgetDisplay (Function)
Refreshes a widget window.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
Step 3: Printing characters, images, ...
This step consists in "sending the different elements to print to the printer"......
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......
HScheduledTask structure
The HScheduledTask structure is kept for backward compatibility (this structure will still be supported in the forthcoming version)....
Replication management functions
Three types of replication are proposed......
Android: The different types of notifications
Android proposes several types of notifications to inform the user......
Displaying a report in PDF format in the browser of the Web user
To display a report in PDF format in the browser of the Web user, you must......
Automatic documentation of external components
External components must include a technical documentation......
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
ScreenToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
SocketRead (Function)
Retrieves a message sent by another socket.
Checkers available in the code editor
The code editor proposes several tools used to correct the code......