ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Page editing: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor.
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows...
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor...
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors.
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
HTML (Property)
The HTML property is used to: find out whether the current report is printed in HTML mode. manage the HTML type of a Static control found in a report....
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period, etc.) are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
grPrint (Function)
Prints a chart.
iPrintAreaRTF (Function)
Prints rich text format (RTF) in a rectangular area.
Document (Type of variable)
The Document type is used to handle a "docx" document.
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
grDestinationWMF (Function)
Defines a meta file as chart destination.
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
FaxDelete (Function)
Deletes a fax from the spooler and cancels it.
WEBDEV administrator: Setups
The "Setups" tab allows you to configure the different administration features of the WEBDEV server......
NULL values in HFSQL
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the NULL value in the items of HFSQL data files and for all the other types of accesses (Native, OLE DB, ......
SilverLight control properties
List of properties associated with the SilverLight control...
Creating the Form windows of a WINDEV RAD pattern
7. Multilingual applications in practice
Creating the Relation windows of a WINDEV RAD pattern
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
First project window
HashFile (Example)
Usage example of the HashFile function
ParallelTaskExecuteAfterAll (Example)
Usage example of the ParallelTaskExecuteAfterAll function
MapAddMarker (Example)
Usage example of the MapAddMarker function