ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......
HTTPRequest (Example)
Usage example of the HTTPRequest function
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
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.
Ping (Function)
Checks whether a network address can be reached by using the ICMP protocol (similar to the PING network utility).
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...
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
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.
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
fSelectDir (Function)
Opens a directory picker.
WDTrans: Cancel the operations performed on a transaction file
If a transaction is in progress, cancels all operations performed on the files in transaction since the start of transaction......
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
BrowserRunApp (Function)
Opens the default Web browser of the current device.
ThreadRequestStop (Function)
Sends a stop request to a thread.
User Groupware files
Two categories of data files are managed......
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.
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
FileDisplay (Example)
Usage example of the FileDisplay function