ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
TextWithoutFormat (Property)
The TextWithoutFormat property is used to get the text contained in a rich edit control without the formatting tags.
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
Rich text, links and images in the WEBDEV controls
Rich text supports multiple advanced features: font, weight, size, color, attribute, ......
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
Constants for managing Map controls
Constants for managing Map controls...
Diagram Editor control events
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
CookieWrite (Function)
Writes a cookie onto the computer of the Web user.
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
Keywords (Property)
The Keywords property is used to get and modify the keywords associated with a page.
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
Image drawing and processing functions
List of image drawing and processing functions...
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
DrawingAvailable (Function)
Indicates whether the drawing features are supported by the browser.
URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files or Web pages).
2. Projects in practice
Discover the main operations that can be performed on a project....
Analyzing dependencies and orphan images
To help you manage the navigation of the Web users in your sites, an advanced feature for analyzing the dependencies and the orphan images is available in WEBDEV......
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
2. Projects in practice