ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iMargin (Function)
Defines the "logical" print margins.
Multilingual project
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
ParallaxRateHeight (Property)
The ParallaxRateHeight property is used to determine and specify how fast a control is reduced when the scrollbar in the window, internal window or page moves.
ParallaxRateY (Property)
The ParallaxRateY property is used to determine and specify how fast a control moves when the scrollbar in the window, internal window or page moves.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
The different types of integers
Navigation map
The site map path is used to implement the structure and the sequence of pages in your site......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
HFSQL constants
List of constants used by the HFSQL functions....
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
Character strings
WLanguage supports different types of strings....
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
SOAPAddXMLSignature (Example)
Usage example of the SOAPAddXMLSignature function
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
How to open a page?
2. Types of setup
Types of setup...
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
Setting up a WEBDEV cluster
With the WEBDEV Application Server in version 27, you can create server clusters with ease......
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
Logical Data Model (LDM)
A Logical Data Model (LDM) is used to describe the data structures (files, items, ......
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......