ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPrintAreaRTF (Function)
Prints rich text format (RTF) in a rectangular area.
iAreaHeight (Function)
Calculates the height of a fixed-width area required to print the entire text that uses the current font.
iPrintAreaHTML (Function)
Pritns a text in HTML format in a rectangular area.
Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, data files, items, components, assemblies, Custom-Folders, etc.)...
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
Importing elements into a project
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Native xBase/FoxPro Access: Specific features and remarks
This help page presents the specific features regarding the programming of Native xBase/FoxPro Access......
EXE constants
List of constants used by the functions for managing executables....
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
OpenIDParameters (Type of variable)
The OpenIDParameters type is used to define all the advanced features of an authentication for OpenID.
Spreadsheet control properties
A Spreadsheet control and its cells can be handled in a window or in a report by the following WLanguage properties......
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
"?" menu
WINDEV proposes a help menu adapted to your applications......
hScheduleMaterializedView (Type of variable)
The hScheduleMaterializedView type is used to programmatically manage a task for recalculating the data of a scheduled materialized view on an HFSQL server.
Code editor: Display options
The code editor proposes several display options......
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
API (Function)
Runs a function found in an external DLL.
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
SCM file format evolutions
Four versions are available for the SCM repository......
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......