ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Variable gglDrive>RetrieveGglFile (Function)
Retrieves an Document from the Google suite present on a Google Drive in the desired compatible format.
<EmailOutlookSession variable>.StartSession (Function)
Starts an Outlook section.
<emailSMTPSession variable>.StartSession (Function)
Starts an SMTP session.
<Image>.DrawTextRTF (Function)
Draws RTF text in an Image control.
<Image>.DrawText (Function)
Draws a text in an Image control.
<Image>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in an Image control.
HTMLInsertAfter (Function)
Adds a node after the specified node in an HTML document.
<htmlNode variable>.FindElementByName (Function)
Searches for elements whose "name" attribute matches a specific value in an HTML node.
<pdfPage variable>.AddWatermark (Function)
Adds a watermark to a page of an existing PDF file.
<PDF reader>.NbSignatures (Function)
Gets the number of signatures in a PDF Reader control.
<pdfDocument variable>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
DriveRecoverFileGgl (Function)
Retrieves an Document from the Google suite present on a Google Drive in the desired compatible format.
<httpRequest variable>.ResetCookie (Function)
Deletes all the cookies (globally or for a domain) stored by the calls to HTTPRequest.
<Variable gglDrive>DeleteFile (Function)
Removes a Google Suite file inside a Google Drive.
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
<Image>.DrawPolygon (Function)
Draws a polygon in an Image control,
J2EE constants
List of constants used by the J2EE functions....
TableCellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
<Table>.CellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
AIDetectModel (Function)
Runs a trained neural network model on an image. This function allows you to use artificial intelligence to detect objects in an image.
Activity diagram
An activity diagram represents the behavior of a method or the flow of a use case......
<aiNeuralNetworkModel variable>.Detect (Function)
Runs a trained neural network model on an image. This function allows you to use artificial intelligence to detect objects in an image.
Handling Word Processing controls programmatically (prefix syntax)
A Word Processing control can be handled through programming......