ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants for test
List of constants used by the functions for managing automated tests....
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
FTPListFile (Function)
Lists the files (and/or the directories) found in a directory of an FTP server and returns the number of listed files (and/or directories)....
Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window......
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......
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.
AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced with SpeechRecognitionAddCommand.
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.