ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ZOrder (Example)
Usage example of the ZOrder property
Remote WEBDEV administrator: Configuration of a Webservice or a WEBDEV site in Session mode
To view the configuration of a specific Webservice or WEBDEV site in Session mode from the remote administrator:...
WDConver : Overview
WDConver is a tool used to convert data to an HFSQL Classic data file from......
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
TwoFactorAuthenticationCheckCode (Function)
Verifies the code given by an authentication application.
Environment of the data model editor
2. Modes to install an application
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
Error 1045: A class cannot be declared outside the declaration code of a class
Underline (Property)
The Underline property is used to: Find out whether a Font variable is underlined. Underline (or not) a Font variable....
Web Component control properties
The Web Component control can be handled by the WLanguage properties in server code and in browser code......
FlexJustifyContent (Property)
The Property FlexJustifyContent allows you to know and modify the alignment of the fields inside the Flexbox field according to the main axis of the field ( Property corresponding CSS "justify-content").
Printing the content of a Spreadsheet control (AAF)
Spreadsheet controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
Link control associated with an item containing an email address
In a database, the email address of customers, suppliers, ......
SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists in proposing an application in subscription via a Web site rather than via the purchase of a license......
Configuring and running the action plans
When the action plans are deployed, you have the ability to configure their activation mode....
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
Software Factory: Setup
To use the software factory, a coordinator must be installed on a computer as well as the different robots that will perform the tasks found in the action plans....
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
MapAddShape (Function)
Adds a new shape (polygon, line, circle) to the map displayed in a Map control.
FontCreate (Function)
Creates a font definition.
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
<DiskFile variable>.ReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
Extended (Property)
Extended is used to: Find out whether a Font variable is extended. Extend (or not) a Font variable. This property is kept for backward compatibility....
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.