ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well as the different steps of setup......
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
grGradient (Function)
Enables or disables the display of color gradients in a chart.
Chart management functions
...Chart management functions...
CtCacheSize (Property)
The CtCacheSize property is used to determine and change the maximum number of records that can be stored in the cache of the Native MySQL Connector.
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
Ping (Function)
Checks whether a network address can be reached by using the ICMP protocol (similar to the PING network utility).
HTTPRequest (Function)
Starts an HTTP request on a server.
Constants for managing MongoDB databases
Constants used by the Mongoxxx functions...
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
rssImage (Type of variable)
The rssImage type is used to describe the image of a RSS stream...
FileDisplay (Example)
Usage example of the FileDisplay function
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
BrowserRunApp (Function)
Opens the default Web browser of the current device.
SpeechRecognitionDeleteCommand (Function)
Deletes a voice command previously added with SpeechRecognitionAddCommand.
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.
Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......