ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
gpwOAuthParameters (Type of variable)
The gpwOAuthParameters type allows you to define all the information needed for authentication to the User Groupware via an application that uses the OAuth 2.0 standard.
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
PDFOpen (Function)
Opens a PDF document and loads it in a pdfDocument variable.
ContentType (Property)
The ContentType property gets and sets the type of a message.
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
HTMLSave (Function)
Saves the content of an htmlDocument variable to an HTML file.
Image (Property)
The Image property gets and sets the background image of a control or block.
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......
Associating documents with the project
To describe a project in detail, you can associate documents with it......
Bold (Property)
The Bold property is used to: Find out whether a Font variable is bold. Modify the bold attribute of a Font variable....
<httpResponse variable>.GetCookie (Function)
Retrieves cookies read in the httpResponse variable (containing the result of HTTPSend).
<pdfDocument variable>.Save (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
WinBackgroundImage (Function)
Modifies the background image of a window and specifies the display mode of this image.
<Image>.CoordinateFromImage (Function)
Converts the coordinates of a rectangle in the image to the corresponding coordinates in the Image control.
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
CoordinateImageToImageControl (Function)
Converts the coordinates of a rectangle in the image to the corresponding coordinates in the Image control.
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
ContactReset (Function)
Reinitializes: the Contact structure. a Contact variable....
PDFSave (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.