ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

docStyle (Type of variable)
The docStyle type is used to define the advanced characteristics of a style belonging to a document, a paragraph or a document fragment.
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
I was using Visual Basic with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Logical operators
The logical operators are as follows......
Telephony: Managing the incoming calls
The management of the incoming calls is performed in a specific "thread"....
Vocabulary linked to replication
Before implementing the replication, you must be familiar with the vocabulary specific to the replication.
MDL file (kept for backward compatibility): Pattern description
The MDL file is the file used to generate a RAD window......
TableMode (Function)
TableMode is kept for backward compatibility.
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
System constants
List of constants used by the system functions....
eYe magnet: conditional formatting of controls
The visual aspect of a window control can be automatically modified according to a series of conditions in order to attract the attention of the user to this control......
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
Managing main window menus
A main menu is necessarily associated with a window......
MDL file (kept for backward compatibility): Window description
The MDL file is the file used to generate a RAD window......
Reintegrating translated text into a project
Once the translation of framework libraries ("......
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
FaxCompleteStatus Structure
The FaxCompleteStatus structure is automatically filled during the call to FaxStatus......
Creating a delete query
A delete query (corresponding SQL statement......
IF statement
The conditional IF statement allows you to run an action according to a condition...
Constants for managing animations
List of constants used by the functions for managing the animations...
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
Copying and cloning
Variables are copied using the "=" operator...