ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iPrintAreaMarkdown (Function)
Prints Markdown text in a rectangular area.
iPrintArea (Function)
Prints a text 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, tables, items, components, assemblies, Custom-Folders, etc.)...
iPrintAreaRTF (Function)
Prints rich text format (RTF) in a rectangular area.
HTransactionStart (Function)
Starts a transaction on the tables (HFSQL or accessed via a Native Connector) and creates the transaction table.
HDuplicateRecord (Function)
Duplicates the record read in a table: the record found in memory is added into the table (query or view).
2. Analysis in practice
Check the "Responsive Web Design" pages
The pages in Responsive Web Design mode can be checked like any other WEBDEV page in the browser of your choice......
5. Custom-Folders: Organize your project
Project configurations allow you to easily define the "target" platforms of the project....
Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
Native SQLite Connector: Programming with SQL functions
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis....
7. Custom-Folders: Organize your project
Custom-Folders: Organize your project...
The Numeric or Currency control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
SCM: Creating a branch
Branches allows you to create a copy of the current project, so that you can make changes, additions, etc., to two versions of the same project....
Configuring Reports & Queries
Reports & Queries is used to......
Project Management Hub: Gantt chart
The Project Management Hub is used to follow the tasks of one or more contributors via......
Describing a problem to the Free Technical Support
8. Windows in practice
Discover the main actions that can be performed on the windows....
GroupNext (Function)
Reads the group of contacts found after the current group in the address book of a Lotus Notes or Outlook messaging.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
InsertColumn (Function)
Inserts a column at a given position into an advanced two-dimensional array property (xlsDocument, ...).