ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
HPrevious (Function)
Positions on the previous file record according to a browse item.
PicRectangularSnipOCR (Function)
Runs OCR and extracts the text from a rectangular area defined with the mouse.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
FolderData (Function)
FolderData is kept for backward compatibility.
OCR constants
Adds a language to the native OCR system....
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
DurationToString (Function)
Converts a duration to a character string in the specified format.
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.
MySelf (Reserved word)
MySelf is used to handle the current control...
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
XML functions
List of XML functions...
<Duration type>.ToString (Function)
Converts a duration to a character string in the specified format.
OCRParameter (Function)
Initializes the general options of the native OCR (Optical Character Recognition) system.
HFilter (Function)
Defines and enables a filter on a data file, view or query.
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
HDelete (Function)
Deletes a record from a data file (query or view).
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
DateTimeDifference (Function)
Calculates the difference between two dates and times.
Recycle code windows
By default, a single code window is opened per ......