ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Spreadsheet>.Position (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
MQTT constants
Constants used by the MQTT functions...
SpreadsheetPosition (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
ODBCUserName (Property)
ODBCUserName is used to: Identify the username used to connect to a database via an ODBC driver or a Native Connector. Specify the username used to connect to a database via an ODBC driver or a Native Connector....
Animation of Chart control
The animation of Chart controls allows you to define a dynamic display in your applications......
1. Project and Analysis
The development of a Windows application with WINDEV is based on two main elements: the Project and the Analysis....
13. Security benefit: managing the "Back" button
GDI+ framework
Some WINDEV features use the GDI+ framework......
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.
SpellCheck (Function)
Indicates whether the spelling of a word is correct (which means whether it is found in the OpenOffice dictionary installed on the computer).
ODBCPassword (Property)
The ODBCPassword property is used to: Identify the password used to connect to a database via an ODBC driver or a Native Connector. Specify the password used to connect to a database via an ODBC driver or a Native Connector....
Cursor constants
List of constants used by the functions for managing cursors and the mouse...
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
WinInYPos (Function)
Returns the vertical position of the top left corner of the internal area (without border and title bar) of a window in relation to the top left corner of the screen.
WinInXPos (Function)
Returns the horizontal position of the top left corner of the internal area (without border and title bar) of a window in relation to the top left corner of the screen.
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
HourglassNetwork (Function)
Displays or hides an endless gauge in the title bar of Android application windows .
Comparison operators
The comparison operators can be divided into several categories......
GglGetStaticMap (Function)
Retrieves the map of a specific location via the Google Maps service.
5. Custom-Folders: Organize your project
Project configurations allow you to easily define the "target" platforms of the project....
HRestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
1. Project and analysis