ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Step 4: Starting the print
To start the print job, simply use iEndPrinting......
<Image Editor>.Save (Function)
Saves the image displayed in the Image Editor control.
<gglConnection variable>.Write (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
<xlsDocument variable>.Save (Function)
Saves an XLS document.
<WDPic variable>.Save (Function)
Saves the image contained in a WDPic variable.
Developing an application: the different steps
This diagram presents the different steps for developing an application with WINDEV......
How to loop through a file using filters?
XLS file handling functions
List of functions for managing XLS files...
Error 204: using a parameter without optional value after parameters ...
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
Connection
The Connection keyword can correspond to: the Connection variable. the Connection property used to get and change the connection currently associated with a data file. For more details, see Connection. the Connection property of a hbScanParameter variable....
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
DisplayEvenIfNull (Property)
The DisplayEvenIfNull property is used to: Determine whether a row or column in a Pivot Table control is displayed even if it contains no value. Show or hide a row or column in a Pivot Table control if it does not contain any values....
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
IntToHexa (Function)
Returns the hexadecimal string of a numeric value.
HexaToInt (Function)
Returns the numeric value of a hexadecimal string.
<String type>.Increment (Function)
Increments a number at the beginning or at the end of a string.
Overview of external languages
WEBDEV Application Server 2024
4. UI: Windows
IU of windows...
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
WDINT license agreement
WDINT license agreement...
Multiselection (Property)
The Multiselection property gets and sets the selection mode: in a Table and TreeView Table control. in a Pivot Table control. in a List Box and ListView control. in a Looper control. in a Calendar control. of files in an Upload control....
Start of Document block
The Start of document block is printed once at the beginning of the report execution......