ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced with SpeechRecognitionAddCommand.
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
SCM file format evolutions
Four versions are available for the SCM repository......
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via Ajax according to the progress of this process.
API (Example)
Usage example of the API function
CallDLL32 (Example)
Usage example of the CallDLL32 function
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
sEvent (Function)
Branches an event on a serial port.
DotNetDelegate (Function)
Initializes a.NET delegate.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
Description of ParallelTask (Type of variable)
The Description of ParallelTask type is used to define the characteristics of a parallel task.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
AJAXExecute (Example)
Usage example of the AJAXExecute function
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
Background download
Starting with version 27, files can be downloaded in the background, using the system download manager......
SOAPRunXML (Example)
Usage example of the SOAPRunXML function
SOAPError (Example)
Usage example of the SOAPError function
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.