ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
YAML (Variable type)
The YAML type simplifies the handling of data in YAML format.
<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.
Deploying an application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
UserAgent
The UserAgent property identifies the client of an HTTP/HTTPS request....
ERR_MISSING_PAGE
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
Breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
ERR_BAD_CONTEXT
Word processing: Using the ribbon
The ribbon found in the Word Processing control proposes several features and it allows you to perform several settings......
Managing pinned projects
The home window of WINDEV, WEBDEV and WINDEV Mobile allows you to manage the pinned projects when opening an existing project......
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area......
Custom tooltips
Tooltips are very useful for application users......
Style (Property)
The Style property is used to: retrieve or assign the entire style of a control (including the overrides). find out the style characteristics of an element in a Word Processing document....
Control style: Font characteristics
You can change many style options in the "Style" tab of the control description window......
Toolbar characteristics
The main characteristics of the Toolbar control can be defined in the "Details" and "UI" tabs of the control description window......
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
Reduced (Property)
The Reduced property is used to determine if a Dockable Panel control is expanded/collapsed, or to switch between the two states....
ERR_BUTTON_EXPECTED