ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
Handling Kanban controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Kanban controls......
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
The Static control
A Static control is a control used to display a static text......
Line (Property)
The Line property is used to define the line style used.
Arithmetic operators
The arithmetic operators are......
<AutomaticEvent variable>.Wait (Function)
Locks the current thread while waiting for the specified event to be opened.
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......
11. Controls in practice
Discover the main characteristics of the controls...
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
DefaultCell
The DefaultCell property sets the style of cells in XLS documents.
FontItalic (Property)
The FontItalic property is used to manage italic style in a text.
<ManualEvent variable>.Wait (Function)
Locks the current thread while waiting for the specified event to be opened.
11. Choosing the action of a button/link
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
Style of a control
As soon as it is created, a control is associated with a style......
Window with arrow (iPad)
The principle of windows with arrow is straightforward......
How to save and retrieve an image in a binary memo
The use of the Automation type in a site is reserved for the advanced users
End of Document block
The End of document block is run once at the end of the report execution......
14. Controls in practice
3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....
Guide organization
Organization of WINDEV Concepts...
StyleID (Property)
The StyleID property is used to get and change the identifier of the style associated with an element.
16. Types of code