ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SpeechRecognitionDeleteCommand (Function)
Deletes a voice command previously added with SpeechRecognitionAddCommand.
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
The pages
Pages are the main interface of a WEBDEV site......
FileDisplay (Example)
Usage example of the FileDisplay function
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
BrowserRunApp (Function)
Opens the default Web browser of the current device.
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
ThreadRequestStop (Function)
Sends a stop request to a thread.
HSaveParameter (Function)
Saves a persistent value on the HFSQL server.
XMLOut (Function)
Used to find out whether the element (tag or attribute) on which we want to be positioned is outside the XML document.
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......
ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Scrolling internal windows: Modifies the window currently displayed. This modification is saved in the list of internal windows to scroll....
FTPConnect (Example)
Usage example of the FTPConnect function
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
zipFindFile (Example)
Usage example of the zipFindFile function