ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Chart management functions
...Chart management functions...
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
LooperDisplay (Function)
Refreshes a Looper control based on a data file from a given position: the modifications performed in the linked file are applied to the looper.
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
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.
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.
fTime (Example)
Usage example of the fTime function
The pages
Pages are the main interface of a WEBDEV site......
HCopyRecord (Example)
Usage example of the HCopyRecord function
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.
Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
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.
Different types of data (Type of variable)
A variable is defined by name and type......