ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Handling a dynamic programmatically
WINDEV allows you to manipulate Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
OCRDeleteAllLanguages (Function)
Deletes all languages from the native OCR system.
Time (Type of variable)
The Time type is used to easily handle the times...
TabOpen (Function)
Opens a new pane in a Dynamic Tab control.
TabStatus (Function)
Returns the status of a dynamic tab pane (identified by its alias).
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
OCRModelPathDirectory (Function)
Used to set the directory that contains the language models for the native OCR system.
Input (Function)
Displays a message allowing the user to type an information.
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)......
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
Windows: What to bear in mind if your customers use Vista (and higher)
Windows Vista (and later) proposes several improvements......
OCRParameter (Function)
Initializes the general options of the native OCR (Optical Character Recognition) system.
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
Programming standard errors
Programming standard errors inform you of potential problems detected when saving windows, pages, reports or when recompiling the project......
<List Box>.Select (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.