ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, analysis, ...
Hash functions
Hashing is used to summarize a file or a character string......
VisibleInExportAndPrint (Property)
The VisibleInExportAndPrint property is used to: Find out whether a column of a Table or TreeView Table control is visible for export and printing. Modify the visibility of a column in a Table or TreeView Table control for export and printing....
Error 1001: The operators: and:: can only be used in the methods of classes
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
OBEXSendVCard (Function)
Sends a VCard file (virtual business card) to a device that supports the OBEX protocol.
LayoutAdaptSize (Function)
Resizes a Layout control in order for all its cells to be entirely visible, without empty area.
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize the interface of the setup program......
Error 2: Incomplete line
Natif DB2 Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to DB2......
Creating a multilingual help system
The help editor allows you to easily create a multilingual help system......
Handling a Chart control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Chart control through programming......
Binding controls to data
A window or page can display information from......
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......
8. Binding controls to data
A window can display information from......
grRealTimeInterval (Function)
Sets the time interval visible in a time chart with real-time display.
<Chart>.RealTimeInterval (Function)
Sets the time interval visible in a time chart with real-time display.
ControlVisible (Function)
Makes a control (or a group of controls) visible in a window. During this operation, an animation can be performed on the controls.
VisibleWithAnimation (Property)
The VisibleWithAnimation property is used to make a control visible or invisible via the "Appear/Disappear" animation....
FileToPage (Function)
Automatically updates the controls of a 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. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
<Page>.FromFile (Function)
Automatically updates the controls of a 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. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
The Spreadsheet control: Available formulas
At run time, in the Spreadsheet control, the end user directly enters the calculation formulas......
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......