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.
hdfsRights (Variable type)
The hdfsRights type is used to define the advanced characteristics regarding the access rights to an element (file, link, directory) of the Hadoop file system.
UUID (Variable type)
The UUID type is used to easily manage: UUIDs or GUIDs, automatic UUID HFSQL identifiers, identifiers for COM/Automation objects and interfaces, ......
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.
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......
Error 705: The property does not exist on this type
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
<Document variable>.Seek (Function)
Finds a character string in an entire Document variable.
PDFSave (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
<Email variable>.BuildSource (Function)
Generates the source code of the email to send from an Email variable.
MaxThumbnailWidth (Property)
The MaxThumbnailWidth property is used to get or change the maximum width of a thumbnail of an Image item (binary memo).
TileDisplayBadge (Function)
Displays a badge (numeric notification or image) on the tile of a Universal Windows 10 App application.
MaxThumbnailHeight (Property)
The MaxThumbnailHeight property gets and sets the maximum height of a thumbnail of an Image item (binary memo).
MIMEType (Property)
The MIMEType property gets and sets the MIME type of an element.
PDFClose (Function)
Closes the PDF file loaded in memory in a pdfDocument variable.
Error 102: The constants can be defined in the initialization code of project, ...