ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

EmulateWarning (Function)
Emulates the next call to Warning and automatically clicks the "OK&quot button.
<WDPic variable>.DrawRoundedRectangle (Function)
Draws a rounded rectangle in a WDPic variable.
<picLayer variable>.DrawRoundedRectangle (Function)
Draws a rounded rectangle in a picLayer variable.
fTempPath (Example)
Usage example of the fTempPath function
<Array>.Sum (Function)
Calculates the sum of the array elements.
<Array>.Mean (Function)
Calculates the mean of the values within an array.
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
EditInsertToken (Function)
Inserts a token into a "Text token" Edit control.
InitialContent (Property)
The InitialContent property gets the initial content: of a List Box control populated programmatically. of a Combo Box control populated programmatically. of a "List of values" column in a Table control. in a Spreadsheet control....
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
HSendMessageToClient (Function)
Displays a message on the client computers.
<Image>.DrawRoundedRectangle (Function)
Draws a rounded rectangle in an Image control.
EmulateError (Function)
Emulates the next call to Error and automatically clicks the "OK&quot button.
EmulateInfo (Function)
Emulates the next call to Info and automatically clicks the "OK&quot button.
iPrintDiagram (Function)
Prints a diagram from: a Diagram Editor control, a "wddiag" file, a Diagram variable....
LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
grSourceCategoryLabel (Function)
Defines the source of the category labels.
AAF: File Path edit controls
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features): a specific popup menu used to handle the file. a file preview in thumbnail format (for an Image or PDF file path)....
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
GglGetDocument (Function)
Downloads a document from the Google Docs service.
CtOLEDBProvider (Property)
The CtOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
EmulateConfirm (Function)
Emulates the next call to Confirm and automatically clicks the button passed in parameter.
EmulateOKCancel (Function)
Emulates the next call to OKCancel and automatically clicks the button passed in parameter.