ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

hScheduleMaterializedView (Type of variable)
The hScheduleMaterializedView type is used to programmatically manage a task for recalculating the data of a scheduled materialized view on an HFSQL server.
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
Continent (Type of variable)
The Continent type is used to find out the characteristics of a continent.
Connection (Property)
The Connection property gets and sets the connection associated with a data file.
H.SQLServerMode (Variable)
Allows you to specify the version of the Native SQL Server Connector that will be used.
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......
xmlNamespace (Type of variable)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
Handling a Multiline Zone control through programming (prefix syntax)
A Multiline Zone control can be handled programmatically using the control name....
Icon (Property)
The Icon property is used to: Find out the icon displayed in the title bar of a window or a Dockable Panel control. Change the icon displayed in the title bar of a window or a Dockable Panel control....
The Tab control
The Tab control is used to simultaneously display different controls......
rssCategory (Type of variable)
The rssCategory type is used to handle the category of a RSS stream or stream entry.
Handling a TreeMap through programming (prefix syntax)
WINDEV allows you manipulate a TreeMap control through programming....
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
User report editor (Reports & Queries)
A report provides a custom view of data......
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
ExecutionCompleted (Property)
The ExecutionCompleted property is used to determine whether the execution of a query or view (HFSQL Classic or Client/Server) is completed....
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
HFSQL thumbnails
To optimize the display of images in your application or in your site, you have the ability to use HFSQL thumbnails......
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
Constants for managing albums
Constants used to manage the photo album of the device....
H.NbRecModificationQuery
Used to find out the number of records added, modified or deleted when running the last query of the current context.
wsRequest (Type of variable)
The wsRequest type is used to define the advanced characteristics of a Webservice.
How to find out whether a report was printed?