ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
Characteristics of a PCL print
The result of a PCL print mainly depends on the technical features of the printer used (management of images and lines, management of fonts, ......
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
iOutputInfo (Type of variable)
The iOutputInfo type is used to get the details of a report print or export job, or the details of a print job performed programmatically from the report viewer.
Constants for managing emails
List of constants used by the functions for managing emails....
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
iPrintImage (Function)
Sends the image file to print to the print buffer.
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
GglFile (Type of Variable)
The GglFile type allows you to know all the characteristics of a file from the Google software suite (Docs, Sheets, etc.).
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
Constants for managing videos
List of constants used by the functions for video management....
GglGetDocument (Function)
Downloads a document from the Google Docs service.
Window controls
Several types of controls can be used in a window, ......
ReplicSynchro: Use
iPrintSignature (Function)
Prints an image of the signature in a rectangular area.
OCRExtractText (Function)
Reads the text contained in an image.
FileDisplay (Example)
Usage example of the FileDisplay function
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
URIGetInfo (Function)
Retrieves information of a URI resource.
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.
iDestination (Function)
Configures the print destination.
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
iParameterPDF (Example)
Usage example of the iParameterPDF function