ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width, Height) in 2 dimensions.
SpeechSynthesisVoice (Type of variable)
The SpeechSynthesisVoice type is used to get all the advanced characteristics of a speech synthesis voice.
WEBDEV administrator: Installed sites
The "Sites" tab gives information about the dynamic WEBDEV sites installed on the computer......
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
ThreadExecute (Function)
Starts the execution of a secondary thread.
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
Layout control properties
You can manipulate Layout controls (and its cells) in a window or page using the following WLanguage properties......
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
Typing multilingual texts
For a multilingual application, you have the ability to......
MapPolygon (Type of variable)
The MapPolygon type is used to define the characteristics of a polygon to be drawn on the map displayed in a Map control.
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
pdfDocument (Type of variable)
The pdfDocument type gets all the characteristics of a PDF file: author, date created, page content, etc.
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
Structure of log files (HFSQL Classic)
The following files are automatically created when logging an HFSQL Classic data file......
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
8. Sharing a project in practice
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......