ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The "Task list" pane
The "Task list" pane displays the list of tasks that must be performed......
Resizing a window (AAF)
<Source>.State (Function)
Used to find out the state of a record.
Error 4: A space is required after the ':' character
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
Query technical documentation
The query editor automatically creates a technical documentation for each query......
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
<Chrono>.Reset (Function)
Stops and resets a running stopwatch.
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
9. Monitor your sites, servers, etc.
Character strings
WLanguage supports different types of strings....
TreeDisplay (Function)
Refreshes the display of a TreeView control from a given position.
UUID (Type of variable)
The UUID type is used to easily manage: UUIDs or GUIDs, automatic UUID HFSQL identifiers, identifiers for COM/Automation objects and interfaces, ......
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
10. Customizing the aspect of a site: skin elements
<Upload>.FileName (Function)
Returns the name of a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
UploadFileName (Function)
Returns the name of a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
Handling an Edit control programmatically
You can handle Edit controls programmatically......
Reverse code modeling
The reverse code modeling allows you to view in a graph......