ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The "Code" pane
The "Code" pane is used to handle the procedures (local and global procedures) and the classes found in the current project ("Global procedures", "Local procedures" and "Classes" options)......
FileName (Property)
The FileName property gets the name of a file (WDPic file or file generated for a print job).
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
Integrated OCR (Optical Character Recognition) management functions
SQL view
An SQL view is a virtual data source defined by an SQL query......
Showing passwords (AAF)
By default, in password controls, characters are replaced with dots......
Materialized view
Clickable control in a report
The report editor allows you to propose clickable controls during the print preview......
ocrOption (Type of variable)
The ocrOption type is used to define all the general options of the native OCR (Optical Character Recognition) system.
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
ocrTextBlock (Type of variable)
The ocrTextBlock type is used to define and identify all the advanced characteristics of a text block read by the native OCR system.
DriveUploadDirectory (Function)
Envoie un répertoire (présent sur la machine de l'utilisateur) vers un disque distant....
Management of PDF files
PDF is one of the most widely used formats for transmitting and storing electronic documents......
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
Link properties
When creating a link, you can simply specify the destination......
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
11. User Macro-Code: UMC in practice
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......