ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WinInactiveEffect (Function)
Enables or disables the DDW (Dim Disabled Window) feature: for a specific window. for all the application windows....
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page contains a Looper control that displays the records found in an HFSQL file. the corresponding page context found on the server....
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
CharactType (Function)
Returns information about the type of character.
SemiDynamicPageDisplay (Function)
Displays a semi-dynamic page in the browser of the Web user from a dynamic or static WEBDEV page.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
H.NbRetry (Variable)
Indicates the number of attempts for locking the file or the record before giving control back to the program.
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
WINDEV: Example of programmed Drag and Drop
Copying and cloning
Variables are copied using the "=" operator...
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse......
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....
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
Python: Native calls
WLanguage allows for native Python calls......
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......
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
FTPFileExist (Function)
Checks the existence of a file on an FTP server.
GglGetDocument (Function)
Downloads a document from the Google Docs service.