ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
Example for creating a select query
This help page explains how to create two select queries......
FAQ about Windows Vista and later
This help page presents a list of problems that may occur when using Windows Vista and later......
The "Project Management Hub" pane
The "Project Management Hub" pane displays the tasks assigned to the current developer......
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......
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
DisplayAsMarkdown (Property)
The DisplayAsMarkdown property indicates whether or not an Edit control displays its content in Markdown format.
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
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......
NumberAccessiblePages (Property)
The NumberAccessiblePages property is used to get the number of pages currently loaded in a PDF Reader or Word Processing control.
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....
Properties associated with columns of Table controls
You can manipulate columns of Table controls in a window or page using the following WLanguage properties......
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files or Web pages).
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
Using the query result
The result of a select query can be used in......
ControlContextMenu (Function)
Identifies the control on which the context menu was opened.
Page constants
List of constants used by page functions....
DocInsert (Function)
Inserts an object into a Word Processing document or replaces the content of the current fragment. The objects that can be used are: an element, a document, a paragraph, a text, an image, a fragment....
1. What is a website?
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ......
<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)....
Handling PDF Reader controls programmatically
A PDF Reader control can be handled through programming......
5. Site test in practice