ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing semaphores in threads: limiting the concurrent execution of lines of code
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Informix Native Connector: Programming using SQL functions
The use of SQL functions to manipulate Informix data does not require importing the file structure into the database schema......
AppleSignIn (Function)
Used to implement authentication via "Sign In with Apple" on devices running on iOS 13 and higher.
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
SAP ASE Native Connector (Sybase): Programming using SQL functions
The use of SQL functions to handle Sybase data does not require importing the file structure into the database schema......
HClearWorkingDir (Function)
Clears and destroys the temporary directory previously created when HServerWorkingDir was executed.
SaaSAdminReadSiteParameter (Function)
Reads a site parameter that was saved by SaaSAdminWriteSiteParameter.
Character strings
WLanguage supports different types of strings....
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
Data persistence
The data persistence is used to store the value typed by the user......
HModifyItemRights (Function)
Modifies the rights granted to a user or group on an item of an HFSQL Client/Server table....
H.ErrIgnore (Variable)
Specifies the mode for processing the errors: the errors are processed by WINDEV the errors are processed by the program....
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
HTTP constants
List of constants used by the HTTP functions....
SOAPRun (Example)
Usage example of the SOAPRun function
DDEString (Example)
Usage example of the DDEString function
SOAPGetResult (Example)
Usage example of the SOAPGetResult function
Native SQLite Connector: Programming with SQL functions
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis....
9. Generation modes
WINDEV Mobile includes different types of generation......
KeyPressed (Function)
Checks which key is pressed.
EmailStatus (Function)
Returns the status of an email sent via an SMTP session started in asynchronous mode.
HReadSeek (Example)
Usage example of the HReadSeek function