ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector......
Pop (Function)
Pops an element from a stack.
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
HClusterAddNode (Function)
Enables a node in an HFSQL cluster.
Printing the content of a pivot table (AAF)
Pivot Table controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
ZOrder (Example)
Usage example of the ZOrder property
External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
WebSocketExecuteGlobalService (Function)
Executes a global procedure in the context of the global service of the WebSocket server.
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
Action Bar control events
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
WebserviceWriteHTTPHeader (Function)
Adds an additional HTTP header to a request of a REST Webservice.
HOpenConnection (Example)
Usage example of the HOpenConnection function
Events associated with Tab controls
List of events associated with Tab controls...
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
List of operators