ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Properties associated with formatted display controls
The formatted display control includes some properties that can be used......
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
Year (Property)
The Year property is used to: Get the year from a Date or DateTime variable or item. Change the year in a Date or DateTime variable or item....
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
Video control properties
The following properties can be used on a Video control:...
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
Line control properties
List of properties associated with the Line control...
3. UML models in practice
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
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......
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
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)....
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......
Overview of external languages
Properties associated with the areas defined in Zoning mode
<Date type>.ToInteger (Function)
Converts a date to an integer.
DateToInteger (Function)
Converts a date to an integer.
tapiUnhold (Function)
Picks up a call on hold.
tapiHold (Function)
Puts a call on hold.
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications......