ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
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....
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page 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 the report blocks through programming
Each report block is associated with different events......
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
Properties associated with columns of Table controls
You can manipulate columns of Table controls in a window or page using the following WLanguage properties......
ChronoReset (Function)
Stops and resets a running stopwatch.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
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......
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
Using the query result
The result of a select query can be used in......
Handling a Static control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically......
Manager of automated tests
The test manager is used to......
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
<Word Processing>.InfoXY (Function)
For a given position (coordinates of a point) in a Word Processing control, returns one of the following: the number of the corresponding page, the corresponding X-position (in mm), the corresponding Y-position (in mm)....
WDINT setup
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.