ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
TabMDI (Property)
The TabMDI property is used to: Get the type of a Tab control (simple tab or dynamic tab - MDI). Change the type of a Tab control (simple tab or dynamic tab - MDI). This property is obsolete from version 200057. Use DynamicTab....
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
Events associated with the Pivot Table control
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access an HFSQL Classic database from an external database software that supports ODBC accesses......
MouseYPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.), returns the vertical position (Y) of the mouse cursor in relation to the field or window in question.
MouseXPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.) returns the horizontal position (X) of the mouse cursor in relation to the field or window in question.
ODBCSQLCode (Property)
The ODBCCodeSQL property allows you to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
Events associated with the columns (Table control)
List of events associated with the columns of Table controls...
H.ErrIgnore (Variable)
Specifies the mode for processing the errors: the errors are processed by WINDEV the errors are processed by the program....
WINDEV 2024 Tutorial - Table of contents
Summary table: Installing a WINDEV application
One major step when developing an application is deploying the application to client computers......
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, database schema, ......
1. Project and analysis
Hourglass (External language)
Displays a mouse pointer shaped like an hourglass.
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
VolumeGet (Function)
Retrieves the current setting of the volume for a sound source.
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......