ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
Project description: Project tab
The project description window allows you to configure various elements of your project......
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......
Display (External language)
Displays a value in a control or assigns a value in a variable.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
WEBDEV administrator: General configuration
The "Configuration" tab is used to define the default connection options for the WEBDEV sites found on the server and managed by the administrator......
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
Time management help
Time management is extremely important......
H.LanguageCreationUnicode (Variable)
Allows you to define the characteristics of the sort for the Unicode items found in a data file.
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Bitwise operators
The operations on binary values are performed......
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ...