ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
Sequencing reports
In some cases, you may want to print several reports one after another, and view them in the same print preview....
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
Word Processing constants
The following constants are used by the functions for managing the Word Processing control:...
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
Reusing code with external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
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....
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
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......
MyWindow (Reserved word)
The keyword MyWindow keyword is used to manipulate the current window...
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
HSeek (Function)
Positions on the first record of the table whose value for a specific item is greater than or equal to a search value (generic search by default).
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
WEBDEV styles
WEBDEV styles are advanced styles......
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......