ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPrintImage (Function)
Sends the image file to print to the print buffer.
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
grDraw (Function)
Draws a chart according to the specified parameters.
SocketCreate (Function)
Creates a socket.
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......
Query technical documentation
The query editor automatically creates a technical documentation for each query......
Step 1: Configuring the print parameters
This step allows you to choose......
Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.
Programming the table cells
The Table controls can be handled......
SendKey (Function)
Simulates the keystrokes and the mouse actions.
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
EmailCheckAddress (Function)
Checks the validity of an email address.
Check: Activity of an application
The monitoring robot proposes to check the activity of a WINDEV application......
Main characteristics of a List Box control
The main characteristics of a List Box control are as follows......
mongoGridFSFileInfo (Type of variable)
The mongoGridFSFileInfo type is used to define the advanced characteristics of a file in a MongoDB database.
Native Progress Connector: Specific features and remarks
Remarks and specific features of Native Progress Connector......
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
Diagram Editor (WEBDEV): Features
The Diagram Editor control includes many features accessible via......
Variable scope
Variables can be declared anywhere in the code....