ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
OpenIDParameters (Type of variable)
The OpenIDParameters type is used to define all the advanced features of an authentication for OpenID.
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
gglLocation (Type of variable)
The gglLocation type is used to describe and modify the location of an event found in a Google calendar...
Constants for managing the Enumerations and the Combinations
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
2. Static or dynamic site
Convert (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
Events associated with the cells of the status bars
WINDEV manages the following events by default:...
Installing a Webservice (old format)
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......
Native Sybase Connector: Programming with HFSQL functions
To use a Sybase database with Native Connector, the structure of Sybase tables must be imported into the WINDEV or WEBDEV analysis......
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
apFullProjectName (Function)
Retrieves the full physical name of a project opened during the execution of an action plan.
sfExecuteProcessResult (Type of variable)
The sfExecuteProcessResult type is used to find out the result of SFExecuteProcess...
GanttLink (Type of variable)
The GanttLink type is used to define the advanced characteristics of a link between two tasks of a Gantt chart.
xmlSignatureInformationKeyX509 (Type of variable)
The xmlSignatureInformationKeyX509 type is used to define the information that must be included in the KeyInfo section of the XML signature.
InstantMessaging (Type of variable)
The InstantMessaging type is used to define the advanced characteristics of the instant messaging of a contact (Google Talk, Skype, MSN, etc.).
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.
Dynamic instantiation of a .NET object
A .NET object can be dynamically associated with a .NET class, we talk of dynamic instantiation of object....