ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
tapiError (Function)
Indicates whether an error was returned by the last tapixxx function (functions for managing phone calls) to the TAPI module.
grAxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
28. Site SEO
Positioning a toolbar
A Toolbar control can be created in a "Free" window or in an "MDI Parent" window......
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
UMCOpen (Function)
Opens the edit window of User Macro-Code for the current window.
Handling a control through programming in a report
All report controls can be handled through programming......
Hash functions
Hashing is used to summarize a file or a character string......
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....
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
WinAnimationOpening (Function)
Modifies the type and duration of animations used when opening the application windows.
WinAnimationClosing (Function)
Modifies the type and duration of the animation used when closing the application windows.
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
WINDEV 2024
Properties associated with the rows of a TreeView Table control
The rows of TreeView Table controls in a window or page can be manipulated using WLanguage properties......
FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop through a level. Loop through a level with copy. In-depth loop....
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
HStatTime (Function)
Returns the time of the last update for the index statistics.
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....