ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BackgroundTaskAdd (Function)
Adds a new background task.
Setup directory
The setup wizard allows you to configure the setup directory of application....
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
Universal replication
The purpose of universal replication is to keep several databases synchronized......
Properties of the modeling
The properties of the modeling group all the options of the modeling currently edited......
Detailed use of WINDEV FTP/RPC
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
SOAPAddSAMLAssertion (Function)
Adds a SAML assertion to a Webservice request.
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
Editing the WEBDEV style sheet
WEBDEV allows you to manage all the WEBDEV styles used in a project......
CompactOption (Property)
The CompactOption property is used to: determine whether the options of a Check Box, Radio Button or Dashboard control are compacted. define whether the options of a Check Box, Radio Button or Dashboard control should be compacted....
Google Contacts management functions
List of functions for managing Google contacts...
Importing elements into a project
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
Programming overview in C and C++
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
HCross (Function)
Crosses a record in a data file.
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.