ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Properties associated with columns of Table controls
You can manipulate columns of Table controls in a window or page using the following WLanguage properties......
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
Chart control: "Details" tab
Regardless of the editor (window, page or report), the "Details" tab found in the description window of Chart control is used to describe......
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
Using the query result
The result of a select query can be used in......
How to avoid displaying the URL of WEBDEV pages in the browser?
By default, when the user connects to a site developed with WEBDEV, the address bar of the browser contains an address in the following format......
Remote WEBDEV administrator: Managing the error messages
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed on the browser of the Web user....
1. What is a website?
URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files or Web pages).
<Word Processing>.InfoXY (Function)
For a given position (coordinates of a point) in a Word Processing control, returns one of the following: the number of the corresponding page, the corresponding X-position (in mm), the corresponding Y-position (in mm)....
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
Declaring and using a variable
A variable is defined by name and type......
Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......
DocInfoXY (Function)
For a given position in a Word Processing control (coordinates of a control point), returns one of the following: the number of the corresponding page, the corresponding X-position (in mm), the corresponding Y-position (in mm)...
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
Handling PDF Reader controls programmatically
A PDF Reader control can be handled through programming......
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
18. Order of execution of the code of buttons/links
Opening a help file (CHM, HTML or PDF)
There are several ways to open a help file......
Edit options of a report
The report editor allows you to......