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......
Code statistics
The code statistics affect......
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......
Handling Gantt Chart controls programmatically
Arithmetic operators
The arithmetic operators are......
Line (Property)
The Line property is used to define the line style used.
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......
<AutomaticEvent variable>.Wait (Function)
Locks the current thread while waiting for the specified event to be opened.
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......
Running a query and handling the result in WLanguage
The selection of records performed by query is not necessarily displayed in a report, in a window, ......
Native Sybase Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Sybase (also called Native Access to Sybase......
NET constants
List of constants used by the DotNet functions....
FontItalic (Property)
The FontItalic property is used to manage italic style in a text.
DefaultCell
The DefaultCell property sets the style of cells in XLS documents.
11. Choosing the action of a button/link
<ManualEvent variable>.Wait (Function)
Locks the current thread while waiting for the specified event to be opened.
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
HUpdateQuery (Function)
Creates or updates a query on an HFSQL server.
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
Style of a control
As soon as it is created, a control is associated with a style......
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......
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
The use of the Automation type in a site is reserved for the advanced users