ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

5. Which type of server to choose?
Report editor: Available types of reports
Several types of reports can be created in the report editor......
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
KeepVisibleHierarchy (Property)
The KeepVisibleHierarchy property is used to: Determine which elements of the TreeView table will be printed: the entire hierarchy or only visible elements in the control. Change the hierarchy print mode: the entire hierarchy or only visible elements in the control....
Voice commands in your applications
The applications that you develop can react to the user's voice......
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......
Events associated with breaks
Le menu contextuel d'un champ de saisie propose une option "Définir comme 1er champ en saisie"......
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
<Image variable>.DrawLine (Function)
Draws a line in an Image variable.
<Image>.DrawLine (Function)
Draws a line in an Image control.
NetCloseRemoteAccess (Function)
Closes the line that was opened by NetOpenRemoteAccess.
iSkipLine (Function)
Forces one or more line break.
iLine (Function)
Prints a line at specified coordinates.
<WDPic variable>.DrawLine (Function)
Draws a line in a WDPic variable.
<picLayer variable>.DrawLine (Function)
Draws a line in a picLayer variable.
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
AAFConfigure (Function)
Allows you to specify the behavior of some Automatic Application Features (AAF). You can for example configure the option for exporting to Excel used by the automatic menu of tables.
dPolyline (Function)
Draws a line composed of multiple segments.
gLine (Function)
Builds a sequence of characters containing a line.
tapiDial (Function)
Dials a phone number for a voice line.
iHLine (Function)
Prints a horizontal line at specified coordinates.
iVLine (Function)
Prints a vertical line at specified coordinates.
ExtractLine (Function)
Extracts a specific line from a character string.