ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
Error 16: Incompatible CASE
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
Characteristics of an indexed control
Characteristics of an indexed control: description, code, ......
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
ERR_BAD_CONTEXT_INTERNAL
Constants for managing the internal windows
Internal window management functions
The following functions are used to manage the "Internal windows" controls......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
Clipping the window according to an image
An image can be used to easily define the shape of a window......
19. Upload: Sending files to the server
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
Procedure/Function
A procedure is used to associate an identifier with a statement block......
HaspHLEncrypt (Function)
Encrypts a character string by using the algorithms of the specified Hasp key.
DiagramInfoXY (Function)
Indicates the presence of a shape at a given position in the Diagram Editor control.
<Diagram editor>.DiagramInfoXY (Function)
Indicates the presence of a shape at a given position in the Diagram Editor control.
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
Ad Hoc deployment
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
Property of entity/association
In the MERISE methodology, the properties correspond to the characteristics of entities......
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well as the different steps of setup......
Images, colors and tabs
To optimize the appearance of your screens, WINDEV, WEBDEV and WINDEV Mobile allows you to use images or colors in your tab controls......
Creating a delete query
A delete query (corresponding SQL statement......