ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automatic error handling
Error handling can be customized for each process...
3. UML models in practice
Line control properties
List of properties associated with the Line control...
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
Share your projects via Git
Git is a source code manager......
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
AutomaticErase (Property)
The AutomaticErase property is used to: find out whether an edit control is in "Automatic erase" mode. modify the "Automatic erase" characteristic of an edit control....
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
Extracting the text of the project
The following text can be extracted......
PythonExecute (Function)
Executes a function present in a Python module.
NFC: Transferring data
NFC (Near Field Communication) is a wireless communication technology at short range and high frequency used to exchange data (named "tag") between two devices or between a device and a bullet even at short distance (few centimeters)......
ScreenCastAllowed (Property)
The ScreenCastAllowed property is used to: find out whether the user can cast the content displayed in the Multimedia control to an external device (compatible with AirPlay), allow or prevent the user from casting the content displayed in the Multimedia control to an external device (compatible with AirPlay)....
tapiUnhold (Function)
Picks up a call on hold.
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
Properties associated with the areas defined in Zoning mode
<Date type>.ToInteger (Function)
Converts a date to an integer.
Overview of external languages
tapiHold (Function)
Puts a call on hold.
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications......
<zipArchive variable>.InfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV projects......