ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

URL Rewriting
URL Rewriting is a technique used to improve SEO......
ERR_BAD_CONTEXT_FOUND
Rich text, links and images in the WEBDEV controls
Rich text supports multiple advanced features: font, weight, size, color, attribute, ......
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
Use (External language)
Opens the specified window by closing all the windows opened beforehand.
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases......
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
Project comparator
Comparing two windows (two pages, two reports, two classes, ......
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......
How to use an array of structures?
An array of structures is an Array variable......
ERR_DISCONNECTED_RELOG
The Web Camera control
...The Web Camera control is used to view a file that is refreshed at regular time intervals....
13. Security benefit: managing the "Back" button
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Managing MQTT
MQTT is a "publish-subscribe" messaging protocol based on the TCP/IP protocol......
Flexbox example: ratios to distribute available space among controls
In a flexbox container, you can define ratios for the different controls so that they take up a given amount of space......
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
<Camera>.Configure (Function)
Allows you to configure the video capture driver.
<Camera>.Display (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
<Camera>.Stop (Function)
Stops playing or recording a video in a Camera control. Function kept for "Version-26-compatible" Camera controls....
<Camera>.Capture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
<Camera>.SetDriver (Function)
Connects the "Camera" control to a specific driver for video capture.
<Camera>.Status (Function)
Returns the status of a Camera control. Function kept for "Version-26-compatible" Camera controls....