ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Thickness (Property)
The Thickness property is used to get and change the thickness of an element.
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
Association in a CDM
In a CDM (Conceptual Data Model), the associations are used to link the entities between themselves......
OrganizerZoom (Function)
Returns the time range displayed by an Organizer control.
Header
The Header property is used to get and change a header.
RTFInsert (Function)
Inserts a character string in RTF into the content of an RTF control (found in a window or in a report) or into the content of a character string in RTF.
OpenDocumentAsynchronous (Function)
Opens a document using the appropriate editor
Destination (Property)
The Destination property is used to define: the destination of a backup. the result file of the request....
dBackground (Example)
Usage example of the dBackground function
hbScanParameter (Type of variable)
The hbScanParameter type is used to define the parameters for iterating over the records in an HBase database.
WinOutWidth (Function)
Returns the full width of a window (including the border).
TreeSelect (Function)
Returns the full path of the selected element in a TreeView control.
SysIconAdd (Example)
Usage example of the SysIconAdd function
LoadProcedure (Function)
LoadProcedure is kept for backward compatibility.
Page Header block
The Page header block is printed on each new page......
The Item control
The "Item" control is used to edit the content of an item found in a data file......
SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.
RTFAdd (Function)
Adds a character string (in RTF or not) at the end of RTF edit control, RTF control in a report or character string containing a text in RTF.
Manipuler un champ Editeur_HTML par programmation
Abre una ventana cuyo resultado se recuperará a través de una Procedure WLanguage ("callback").
Entity of a CDM
To group information according the MERISE method, entities must be created......
Screen,Raz (External language)
Resets to zero (for a numeric control) or clears (for the other types of controls) the content of the controls found in the current window.
End
END can correspond to: the END keyword of WLanguage used to specify the end of a loop. the End property, which can be used on EventTimeline variables. .......