ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Kanban control events
The following events are associated with Kanban controls......
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
Handling HTML text in an Edit control
WEBDEV allows you to handle text in HTML via the "HTML format" option of the Edit controls and the HTML control....
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
OCR: Convert an image to text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
Appendix 2: Checking the server
Bloque entièrement ou partiellement un fichier externe....
PageDisplay (Function)
Displays a web page in the user's browser....
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
Warning 18: Loop without potential end
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
DrawingStyle (Function)
Allows you to find out and modify: the display mode of grayed buttons found in the windows of your application. the display mode of translucent border for the windows of your application. the mode for loading large images....
EmailRemoveFolder (Function)
Deletes a folder from the Outlook messaging software or from an IMAP server.
Control template
A control template is a set of controls that can be re-used in several windows or pages......
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
Creating the skin template of a report
EnumElement (Example)
Usage example of the EnumElement function