ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:...
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
OCRModelPathDirectory (Function)
Used to set the directory that contains the language models for the native OCR system.
OCRDeleteAllLanguages (Function)
Deletes all languages from the native OCR system.
Events associated with Edit controls
WLanguage events associated with Edit controls...
Multiline strings
To type character strings over several lines in the code editor...
ToastDisplayIW (Function)
Opens a toast whose content is based on an internal window.
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
The .NET 2.0 control (WinForm)
The ".NET 2.0 control (WinForm)" is used to easily manage the.NET controls in WinForm format (for.NET 2.0)....
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
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)......
Local storage management functions
The following functions are used to manage the local storage of data in browser code....
ERR_MAX_CONNECTION
...ERR_MAX_CONNECTION...
WDInst: configuring the characteristics of the files to install
WDInst allows you to configure the characteristics of the files to install......
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ......
Nested reports
The nested reports are used to print several reports (secondary reports) in a single report (main report)......
Control Centers: Working in offline mode
When working on a laptop computer or on an offline computer, you may want to continue working with the data found in the Control Centers (schedule management, quality management, etc....
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
Upgrading a WEBDEV Cluster
WEBDEV Custer is a hosting solution for WEBDEV sites that ensures high performance and availability......
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
OCRParameter (Function)
Initializes the general options of the native OCR (Optical Character Recognition) system.
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......