ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
5. Unit tests
Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development......
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
Pushed (Property)
The Pushed property is used to get and change the state of a two-state button (pressed or released).
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
sClose (Function)
Closes the specified serial port, parallel port or infrared port.
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
Markdown (Property)
The Property Markdown allows you to manage the Markdown format: in an Static control in an report. in the internal window fields (title and description) corresponding to the tour stage....
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
Feedback component
The Feedback component is a component provided with WINDEV......
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
ReturnedValue (Property)
The ReturnedValue property is used to handle the return value.
<Connection variable>.ActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
Viewing a report in 3D
Your report displays controls that overlap?......
Viewing a window in 3 dimensions
Your window contains overlapping controls?......
Token (Property)
The Token property is used to manage the different tokens associated with a "Text token" Edit control.
19. Sending emails
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
WDADMINEXE: User characteristics
From the server, the "Users" tab of WDADMINEXE allows you to get......
3. UML models in practice
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
Automatic error handling
Error handling can be customized for each process......