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.)...
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control)....
Creating the menus for the pages of the WEBDEV RAD pattern
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
WDTrans: Overview
WDTrans is a tool for canceling transactions......
Contact (Type of variable)
The Contact type is used to define the advanced characteristics of a contact found in the phone book.
Character strings
WLanguage supports different types of strings....
Creating the menus for the windows of the WINDEV RAD pattern
SpreadsheetListComment (Function)
Lists all the comments on the current worksheet of a Spreadsheet control.
The Date edit control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
HCreation (Example)
Usage example of the HCreation function
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
MyParent (Reserved word)
MyParent is used to handle...
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Accessibilité (Property)
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
Copying and cloning
Variables are copied using the "=" operator...
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
HCreateView (Example)
Usage example of the HCreateView function
InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV site or a PHP page. from a component....
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
HExportXLS (Function)
Exports records from a data file (HFSQL or OLE DB), view or query to an Excel file (XLSX).