ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

gglAttachment (Type of variable)
The gglAttachment type is used to define all the advanced characteristics of a file attached to a calendar event. The calendar can be described using the gglCalendar type. This calendar is used by the Google Calendar service.
How to manage a multi-selection in a List Box control?
This help page explains how to manage a multi-selection in a List Box control....
Showing passwords (AAF)
By default, in password controls, characters are replaced with dots......
How to populate a TreeView control using a data file?
By default, the TreeView control cannot automatically display the data coming from a data file......
PageByPagePrint (Property)
The PageByPagePrint property is used to: Ask a report to be printed page by page. Each page of the report will be sent separately to the printer spooler. Find out the print mode of the report (page by page or all at once)....
AnimationMinFPS (Function)
Configures the minimum number of images per second in order for the animations (transition effects) to be enabled in the controls.
ocrOption (Type of variable)
The ocrOption type is used to define all the general options of the native OCR (Optical Character Recognition) system.
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
Automatic Application Features (AAF)
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
NbItem (Property)
The NbItem property is used to get the total number of items (including composite keys) in a record of: a file described in the data model editor, a file described programmatically, an HFSQL view, a query....
WDTestSite: Overview
WDTestSite is used to run different tests on a WEBDEV site......
AAF: Sort/Search/Filter on the columns of Table controls
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
WithZoom (Property)
The WithZoom property is used to specify and to determine whether the user can zoom in and out: in an HTML Display control in Android, iPhone or iPad applications. in a Map control in Android, iPhone or iPad applications....
InitialContent (Property)
The InitialContent property gets the initial content: of a List Box control populated programmatically. of a Combo Box control populated programmatically. of a "List of values" column in a Table control. in a Spreadsheet control....
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
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....
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......