ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Image Editor control: Options in the ribbon and the panes
The Image Editor control offers a host of options accessible via......
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
FishEye
The "FishEye" effect is used to enlarge a section of editor graphs (analysis graph, UML graph, ......
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
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......
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
Timer on button (AAF)
In an application developed in WINDEV, the user has the ability to implement a timer on a button......
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
16. Types of code
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
Automatic context menu for the Scheduler controls
Each Scheduler control found in a window proposes a menu to the user....
Context menu of Organizer controls (AAF)
Each Organizer control found in a window proposes a menu to the user......
Managing main window menus
A main menu is necessarily associated with a window......
User Groupware and Native Connector files
An application that works with the User Groupware can be used with a database handled by a Native Connector......
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
<zipArchive variable>.FileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
Automated tests: Emulation functions
List of automated tests: Emulation functions...
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
Native Sybase Connector for WINDEV and WEBDEV 2024
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......